Complete game

This commit is contained in:
2026-05-27 14:04:08 +04:00
commit 9e08f3eb98
72 changed files with 6024 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Poly([
(24.5, 0),
(22.635048, 9.375744),
(17.324116, 17.324116),
(9.375744, 22.635048),
(0, 24.5),
(-9.375744, 22.635048),
(-17.324116, 17.324116),
(-22.635048, 9.375744),
(-24.5, 0),
(-22.635048, -9.375744),
(-17.324116, -17.324116),
(-9.375744, -22.635048),
(0, -24.5),
(9.375744, -22.635048),
(17.324116, -17.324116),
(22.635048, -9.375744),
])