User Tools

Site Tools


en:guides:beginners:timeline_tracks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:guides:beginners:timeline_tracks [2024/11/19 02:52 (4 months ago)] – Highlights sausageen:guides:beginners:timeline_tracks [2024/12/13 03:50 (4 months ago)] (current) sausage
Line 83: Line 83:
 Finally, a touch of ''Restitution'' on the body will allow it to bounce just a touch when landing from a height. Finally, a touch of ''Restitution'' on the body will allow it to bounce just a touch when landing from a height.
  
-That should work a little better.+That should work a little better. Additionally, if you prefer the Jelly Monsters not too rotate when tipping over the edges of the platforms you can add a ''FixedRotation'' to the body: 
 + 
 +<code=ini [highlight_lines_extra="6"]> 
 +[MonsterBody] 
 +Dynamic            = true 
 +PartList           = MonsterBodyPart 
 +AngularDamping     = 50 
 +LinearDamping      = 0.2 
 +FixedRotation      = true 
 +</code> 
  
 ---- ----
en/guides/beginners/timeline_tracks.1732013534.txt.gz · Last modified: 2024/11/19 02:52 (4 months ago) by sausage