continuing to set up map and pegs
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ public partial class NeutralPeg : Peg
|
||||
public override void _Ready()
|
||||
{
|
||||
base._Ready();
|
||||
_disposition = 0;
|
||||
|
||||
_disposition = Disposition.NEUTRAL;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user