automated snapshot

This commit is contained in:
sumi
2026-01-10 16:16:25 -06:00
parent 0ce5df85aa
commit 0633bedcc4

View File

@@ -36,8 +36,8 @@ func Bootstrap() *Env {
// set controls to use 1/6th of the width // set controls to use 1/6th of the width
controlsRelWidth := 1.0 / 12.0 controlsRelWidth := 1.0 / 12.0
defaultGraphicsWidth := 5 * int((float64(defaultWindowWidth) * (1.0 - controlsRelWidth))) defaultGraphicsWidth := 9 * int((float64(defaultWindowWidth) * (1.0 - controlsRelWidth)))
defaultGraphicsHeight := 5 * defaultWindowHeight defaultGraphicsHeight := 9 * defaultWindowHeight
graphicsWidth := defaultGraphicsWidth graphicsWidth := defaultGraphicsWidth
graphicsHeight := defaultGraphicsHeight graphicsHeight := defaultGraphicsHeight
@@ -118,7 +118,7 @@ func main() {
field: field:
&AdderField{ &AdderField{
fields: []Field{ fields: []Field{
&ScaleField{scale: 3, field: imageField}, &ScaleField{scale: 4, field: imageField},
&ScaleField{scale: 150, field: &SinXYField{ }}, &ScaleField{scale: 150, field: &SinXYField{ }},
}, },
}, },