themes and styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user