Skip to content

Commit

Permalink
Fixed the default Unit angle to be 0.25 (facing right) to match the d…
Browse files Browse the repository at this point in the history
…efault Unit graphics (facing right).
  • Loading branch information
leveleditor committed Mar 12, 2016
1 parent 2790e56 commit 4a41c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crystal-Alien-Map-Maker/Unit.vb
Expand Up @@ -4,7 +4,7 @@
Me.Position = New Point(x, y)
Me.UnitId = ""
Me.Team = Team.Neutral
Me.Angle = 0.0
Me.Angle = 0.25
Me.Damage = 0.0
Me.Altitude = 0
Me.IsPickup = False
Expand Down

0 comments on commit 4a41c9e

Please sign in to comment.