add runwon and runlost functions, default win cards, call button that calls a loaded contact, added rotatecells, shiftcells, and swapcells functions to actor, reworked address to be 0-8 instead of 1-9, added underscore naming convention to function parameters, business cards to be slightly transparent when not met, added actions to contacts and made a couple examples
This commit is contained in:
@@ -11,6 +11,11 @@ public partial class Contact : Sprite2D
|
||||
|
||||
}
|
||||
|
||||
public virtual void CallAction()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void PassNumber(int NUMBER)
|
||||
{
|
||||
_number = NUMBER;
|
||||
@@ -19,5 +24,4 @@ public partial class Contact : Sprite2D
|
||||
{
|
||||
_player = PLAYER;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user