lil upd
This commit is contained in:
@@ -21,9 +21,10 @@ public partial class Phone : Sprite2D
|
||||
{
|
||||
_phoneButtons[i]._phone = this;
|
||||
}
|
||||
_phoneButtons[0]._contact = new ShiftBack2();
|
||||
_phoneButtons[0]._contact = new SlideBack2();
|
||||
_phoneButtons[1]._contact = new Rotate90();
|
||||
_phoneButtons[2]._contact = new Swap1And6();
|
||||
_phoneButtons[3]._contact = new Shift1ColumnRight();
|
||||
}
|
||||
|
||||
public override void _Process(double DELTA_)
|
||||
|
||||
Reference in New Issue
Block a user