initial commit

This commit is contained in:
2025-10-09 14:37:45 +03:00
commit c5ffabd99e
22 changed files with 661 additions and 0 deletions

6
source/Field.mc Normal file
View File

@ -0,0 +1,6 @@
import Toybox.Lang;
typedef FieldParams as {
:CenterShift as [Float, Float],
:Radius as Float,
};