- Timestamp:
- 2015-06-23 21:03:57 (7 years ago)
- Location:
- 2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6210 r6211 234 234 void CreateFlame(Vector position, double width, double height) 235 235 { 236 PhysicsObject flame = PhysicsObject.CreateStaticObject(width, height );236 PhysicsObject flame = PhysicsObject.CreateStaticObject(width, height * 2); 237 237 //flame.Image = flameImage; 238 238 flame.Color = Color.Red; 239 flame.Position = position; 239 double hieman = height * 0.3; 240 flame.Position = position - new Vector(0, hieman); 240 241 flame.CollisionIgnoreGroup = 3; 241 242 flame.Tag = "burn"; -
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRunContent/flame.anim
r6209 r6211 1 FPS = 151 FPS = 25
Note: See TracChangeset
for help on using the changeset viewer.