- Timestamp:
- 2016-06-09 09:18:14 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/23/ohjaajat/Punasininen/Punasininen/Punasininen/Player.cs
r7211 r7212 7 7 using Jypeli.Widgets; 8 8 9 public class Player : PlatformCharacter 29 public class Player : PlatformCharacter 10 10 { 11 11 public Weapon Secondary; … … 20 20 21 21 Tag = "player"; 22 Acceleration = 1500;22 //Acceleration = 1500; 23 23 } 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.