Saturday, 31 January 2026 01:00:43

This commit is contained in:
2026-01-31 01:00:45 -05:00
parent d9d33f9758
commit 672e91d381
38 changed files with 374 additions and 424 deletions

View File

@@ -14,6 +14,6 @@ public partial class CallButton : TextureButton
public override void _Pressed()
{
base._Pressed();
_phone.CallLoadedContact();
_phone._player.StartBattle();
}
}