initial commit

This commit is contained in:
2025-10-09 14:37:45 +03:00
commit 0ec07dc014
24 changed files with 791 additions and 0 deletions

7
source/Field.mc Normal file
View File

@ -0,0 +1,7 @@
import Toybox.Graphics;
import Toybox.Lang;
typedef FieldParams as {
:CenterShift as Point2D,
:Radius as Float,
};