added friendly and neutral peg, added disposition
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Godot;
|
||||
using System;
|
||||
|
||||
public partial class NeutralPeg : Peg
|
||||
{
|
||||
|
||||
public override void _Ready()
|
||||
{
|
||||
base._Ready();
|
||||
_disposition = 0;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user