This commit is contained in:
2026-01-25 21:04:47 -05:00
parent 2fdf0d6442
commit 2c74f67abe
16 changed files with 90 additions and 43 deletions

View File

@@ -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_)