2023-01-19 17:18:55 +00:00
|
|
|
%YAML 1.1
|
|
|
|
%TAG !u! tag:unity3d.com,2011:
|
|
|
|
--- !u!74 &7400000
|
|
|
|
AnimationClip:
|
|
|
|
m_ObjectHideFlags: 0
|
|
|
|
m_CorrespondingSourceObject: {fileID: 0}
|
|
|
|
m_PrefabInstance: {fileID: 0}
|
|
|
|
m_PrefabAsset: {fileID: 0}
|
|
|
|
m_Name: LiftDown
|
|
|
|
serializedVersion: 6
|
|
|
|
m_Legacy: 0
|
|
|
|
m_Compressed: 0
|
|
|
|
m_UseHighQualityCurve: 1
|
|
|
|
m_RotationCurves: []
|
|
|
|
m_CompressedRotationCurves: []
|
|
|
|
m_EulerCurves: []
|
|
|
|
m_PositionCurves:
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: {x: -1.397004, y: 10.63, z: -86.94471}
|
|
|
|
inSlope: {x: 0, y: 0, z: 0}
|
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: {x: -1.397004, y: 0.26, z: -86.94471}
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: {x: -0, y: -10.37, z: -0}
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
path:
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: {x: -1.920612, y: -3, z: 0}
|
|
|
|
inSlope: {x: 0, y: 0, z: 0}
|
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: {x: -1.920612, y: -3, z: 0}
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: {x: -0, y: -0, z: -0}
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: {x: -1.920612, y: 6.9, z: 0}
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: {x: -0, y: 29.699995, z: -0}
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
path: NPCLift
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: {x: 4.459, y: -3, z: 0}
|
|
|
|
inSlope: {x: 0, y: 0, z: 0}
|
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: {x: 4.459, y: -3, z: 0}
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: {x: -0, y: -0, z: -0}
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: {x: 4.459, y: 6.8999996, z: 0}
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: {x: -0, y: 29.699995, z: -0}
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: {x: 0, y: 0, z: 0}
|
|
|
|
tangentMode: 0
|
|
|
|
weightedMode: 0
|
|
|
|
inWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
outWeight: {x: 0.33333334, y: 0.33333334, z: 0.33333334}
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
path: PlayerLift
|
|
|
|
m_ScaleCurves: []
|
|
|
|
m_FloatCurves: []
|
|
|
|
m_PPtrCurves: []
|
|
|
|
m_SampleRate: 60
|
|
|
|
m_WrapMode: 0
|
|
|
|
m_Bounds:
|
|
|
|
m_Center: {x: 0, y: 0, z: 0}
|
|
|
|
m_Extent: {x: 0, y: 0, z: 0}
|
|
|
|
m_ClipBindingConstant:
|
|
|
|
genericBindings:
|
|
|
|
- serializedVersion: 2
|
|
|
|
path: 0
|
|
|
|
attribute: 1
|
|
|
|
script: {fileID: 0}
|
|
|
|
typeID: 4
|
|
|
|
customType: 0
|
|
|
|
isPPtrCurve: 0
|
|
|
|
- serializedVersion: 2
|
|
|
|
path: 1754174746
|
|
|
|
attribute: 1
|
|
|
|
script: {fileID: 0}
|
|
|
|
typeID: 4
|
|
|
|
customType: 0
|
|
|
|
isPPtrCurve: 0
|
|
|
|
- serializedVersion: 2
|
|
|
|
path: 2891508283
|
|
|
|
attribute: 1
|
|
|
|
script: {fileID: 0}
|
|
|
|
typeID: 4
|
|
|
|
customType: 0
|
|
|
|
isPPtrCurve: 0
|
|
|
|
pptrCurveMapping: []
|
|
|
|
m_AnimationClipSettings:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_AdditiveReferencePoseClip: {fileID: 0}
|
|
|
|
m_AdditiveReferencePoseTime: 0
|
|
|
|
m_StartTime: 0
|
|
|
|
m_StopTime: 1.3333334
|
|
|
|
m_OrientationOffsetY: 0
|
|
|
|
m_Level: 0
|
|
|
|
m_CycleOffset: 0
|
|
|
|
m_HasAdditiveReferencePose: 0
|
|
|
|
m_LoopTime: 1
|
|
|
|
m_LoopBlend: 0
|
|
|
|
m_LoopBlendOrientation: 0
|
|
|
|
m_LoopBlendPositionY: 0
|
|
|
|
m_LoopBlendPositionXZ: 0
|
|
|
|
m_KeepOriginalOrientation: 0
|
|
|
|
m_KeepOriginalPositionY: 1
|
|
|
|
m_KeepOriginalPositionXZ: 0
|
|
|
|
m_HeightFromFeet: 0
|
|
|
|
m_Mirror: 0
|
|
|
|
m_EditorCurves:
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: -1.397004
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: -1.397004
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.x
|
|
|
|
path:
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: 10.63
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: 0.26
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -10.37
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.y
|
|
|
|
path:
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: -86.94471
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: -86.94471
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.z
|
|
|
|
path:
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: -1.920612
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: -1.920612
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: -1.920612
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.x
|
|
|
|
path: NPCLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: -3
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: -3
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: 6.9
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: 29.699995
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.y
|
|
|
|
path: NPCLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: 0
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.z
|
|
|
|
path: NPCLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: 4.459
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: 4.459
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: 4.459
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.x
|
|
|
|
path: PlayerLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: -3
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: -3
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: 6.8999996
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: 29.699995
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.y
|
|
|
|
path: PlayerLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
- curve:
|
|
|
|
serializedVersion: 2
|
|
|
|
m_Curve:
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 0
|
|
|
|
value: 0
|
|
|
|
inSlope: 0
|
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1
|
|
|
|
value: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
- serializedVersion: 3
|
|
|
|
time: 1.3333334
|
|
|
|
value: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
inSlope: -0
|
2023-01-19 17:18:55 +00:00
|
|
|
outSlope: 0
|
Added Tambourine, only missing HD frog sprites. Also fixed Tambourine + Working Dough Icons (#216)
* Added sfx, sprites and folders neccesary. And also made an empty game object for working dough
* Started work on the background
* Implemented all unanimated sprites
* Added Init
* Added Prefabs
* Added Jumping and Idle Animatins for the Dough Dudes
* SmallFix
* Start Interval Event Implemented
* Added Audio and Small and Big Ball events
* Code Improvement + starting making the balls
* Added bezier curves
* Added First Rendition of Balls
* Added NPC Balls and starting doing small transporting animations
* SmallFixes
* SmallSoundChanges
* Implemented Audio and prefunction, not done with it though
* In process of fixing set interval
* Added more prefunction stuff and also started working on player input
* Tried adding player balls, not done, many bugs to fix
* Reverted trying to make the playerenterdoughball handle inputs, gonna do it through the main script instead
* Sat up input code for later
* Input works now! Need to add barely and wrong input animations and fix bugs
* Tiny fix
* Added first draft of wronginput animations
* Finished all input anims, trying to fix bugs
* Added finished Spaceship animations
* Added Mr Game and Watch WIP and lifting dough dudes
* Finished GANDW, fixed some bugs and still fixing bugs, almost done!
* DONE
* Begun development on tambourine
* Working Dough Polish
* Added many animations for tambourine
* Added Events
* Inputs added, near completion
* Miss Anims
* Animation changes
* DONE
2023-01-21 19:41:57 +00:00
|
|
|
tangentMode: 5
|
2023-01-19 17:18:55 +00:00
|
|
|
weightedMode: 0
|
|
|
|
inWeight: 0.33333334
|
|
|
|
outWeight: 0.33333334
|
|
|
|
m_PreInfinity: 2
|
|
|
|
m_PostInfinity: 2
|
|
|
|
m_RotationOrder: 4
|
|
|
|
attribute: m_LocalPosition.z
|
|
|
|
path: PlayerLift
|
|
|
|
classID: 4
|
|
|
|
script: {fileID: 0}
|
|
|
|
m_EulerEditorCurves: []
|
|
|
|
m_HasGenericRootTransform: 1
|
|
|
|
m_HasMotionFloatCurves: 0
|
|
|
|
m_Events: []
|