- Timestamp:
- 2015-11-14 14:49:36 (8 years ago)
- Location:
- 2015/27/JaakkoS
- Files:
-
- 95 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/JaakkoS/Tikku/Tikku/Tikku/Tikku.cs
r7074 r7082 225 225 if (Vector.Distance(pelaaja1.Position, torni.Position) < 300) 226 226 { 227 torni.Weapon.AbsoluteAngle = (pelaaja1.Position - torni.Position).Angle; 227 torni.Weapon.AbsoluteAngle = (pelaaja1.Position - torni.Position).Angle;, 228 228 PhysicsObject ammus = torni.Weapon.Shoot(); 229 229 if (ammus != null)
Note: See TracChangeset
for help on using the changeset viewer.