lil upd
This commit is contained in:
7
Gameplay/Contacts/Shift1ColumnRight.cs
Normal file
7
Gameplay/Contacts/Shift1ColumnRight.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public partial class Shift1ColumnRight : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.ShiftMarks(1,0);
|
||||
}
|
||||
}
|
||||
1
Gameplay/Contacts/Shift1ColumnRight.cs.uid
Normal file
1
Gameplay/Contacts/Shift1ColumnRight.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://ciphg323a14cs
|
||||
@@ -1,7 +0,0 @@
|
||||
public partial class ShiftBack2 : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.ShiftCells(-2);
|
||||
}
|
||||
}
|
||||
7
Gameplay/Contacts/SlideBack2.cs
Normal file
7
Gameplay/Contacts/SlideBack2.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
public partial class SlideBack2 : Contact
|
||||
{
|
||||
public override void CallAction()
|
||||
{
|
||||
_player.SlideCells(-2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user