Browse Source

Merge pull request #358 from FungusGames/update-lean-tween

Updated to leantween 2.30
master
Chris Gregan 9 years ago
parent
commit
75378db98f
  1. 3
      Assets/Fungus/Thirdparty/LeanTween.meta
  2. 4806
      Assets/Fungus/Thirdparty/LeanTween/LeanTween.cs
  3. 4
      Assets/Fungus/Thirdparty/LeanTween/LeanTween.cs.meta
  4. 9
      Assets/Fungus/Thirdparty/LeanTween/ReadMe.txt
  5. 2
      Assets/Fungus/Thirdparty/LeanTween/ReadMe.txt.meta
  6. 2
      ProjectSettings/GraphicsSettings.asset

3
Assets/Fungus/Thirdparty/LeanTween.meta vendored

@ -1,5 +1,2 @@
fileFormatVersion: 2
guid: 5e6a0fa47acf54892bbdae89028eaec3
folderAsset: yes
DefaultImporter:
userData:

4806
Assets/Fungus/Thirdparty/LeanTween/LeanTween.cs vendored

File diff suppressed because it is too large Load Diff

4
Assets/Fungus/Thirdparty/LeanTween/LeanTween.cs.meta vendored

@ -1,8 +1,12 @@
fileFormatVersion: 2
guid: 9c2f4b27196f84954b44753aaac214bb
timeCreated: 1445946121
licenseType: Store
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

9
Assets/Fungus/Thirdparty/LeanTween/ReadMe.txt vendored

@ -0,0 +1,9 @@
LeanTween is an efficient tweening engine for Unity3d
Full Documentation:
http://dentedpixel.com/LeanTweenDocumentation/classes/LeanTween.html
This can also be accessed offline! From the Unity menu Help->LeanTween Documentation
Getting Started
There are many examples included! Look in the “LeanTween/LeanTweenExamples" folder to see many of the methods outlined.

2
Assets/Fungus/Thirdparty/LeanTween/ReadMe.txt.meta vendored

@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: f1e0da947b69648fdb1884d602088d92

2
ProjectSettings/GraphicsSettings.asset

@ -22,7 +22,7 @@ GraphicsSettings:
- {fileID: 10782, guid: 0000000000000000f000000000000000, type: 0}
m_PreloadedShaders: []
m_ShaderSettings:
useScreenSpaceShadows: 0
useScreenSpaceShadows: 1
m_BuildTargetShaderSettings: []
m_LightmapStripping: 0
m_FogStripping: 0

Loading…
Cancel
Save