Changeset 6382
- Timestamp:
- 2015-06-25 15:48:11 (6 years ago)
- Location:
- 2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/26/ohjaajat/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun/HillbillyRun.cs
r6310 r6382 658 658 attackBrain.DistanceClose = Window.Width / 2; 659 659 attackBrain.StopWhenTargetClose = false; 660 attackBrain.Speed = brain.Speed * 3;660 attackBrain.Speed = brain.Speed * 6; 661 661 attackBrain.FarBrain = brain; 662 662 mage.Brain = attackBrain; … … 699 699 if (flame.Height < height) 700 700 { 701 castTimer.Stop(); 702 CreatePitchfork(mage.Position, TILE_SIZE, TILE_SIZE); 701 703 mage.Destroy(); 702 castTimer.Stop(); 703 NextLevel(); 704 Timer.SingleShot(6, NextLevel); 704 705 } 705 706 Timer.SingleShot(0.5, delegate { immune = false; });
Note: See TracChangeset
for help on using the changeset viewer.