themes and styles

This commit is contained in:
IliaDenisov
2026-03-08 15:31:17 +02:00
parent e37a67bc99
commit 1c2fc30127
39 changed files with 2693 additions and 199 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ type gridCell struct {
}
func newTestWorld(wReal, hReal int) *World {
return NewWorld(wReal, hReal)
w := NewWorld(wReal, hReal)
w.SetCircleRadiusScaleFp(SCALE)
return w
}
func countObjectInGrid(g *World, id PrimitiveID) int {