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 # set stylesheet
style!(win, """ style!(win, """
body { body {
background-color: #ffe0f0; background-color: #ffe0f0;
} }
/* needed to keep Ganja canvas from blowing up */ /* needed to keep Ganja canvas from blowing up */
canvas { canvas {
min-width: 600px; min-width: 600px;
max-width: 600px; max-width: 600px;
min-height: 600px; min-height: 600px;
max-height: 600px; max-height: 600px;
} }
""") """)
# load Ganja.js # load Ganja.js