Engine prototype #13

Open
Vectornaut wants to merge 117 commits from engine-proto into main
Showing only changes of commit 665cb30ce0 - Show all commits

View File

@ -40,17 +40,17 @@ opentools(win)
# set stylesheet
style!(win, """
body {
body {
background-color: #ffe0f0;
}
}
/* needed to keep Ganja canvas from blowing up */
canvas {
/* needed to keep Ganja canvas from blowing up */
canvas {
min-width: 600px;
max-width: 600px;
min-height: 600px;
max-height: 600px;
}
}
""")
# load Ganja.js