Fix rendering of whitespace, continue wasm porting

This commit is contained in:
Krzosa Karol
2025-11-25 09:47:03 +01:00
parent fcefe9f827
commit 38a20bd97a
13 changed files with 43 additions and 23 deletions

View File

@@ -59,7 +59,7 @@ Color.TitleBarSelection = GruvboxLight3
Color.ResizerBackground = GruvboxLight0Hard
Color.ResizerOutline = GruvboxLight3
Style = {}
Style.WaitForEvents = 0
Style.WaitForEvents = 1
Style.DrawLineNumbers = 1
Style.DrawScrollbar = 1
Style.IndentSize = 4

View File

@@ -28,7 +28,7 @@
</style>
</head>
<body>
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas>
<canvas class="game" id="canvas" oncontextmenu="event.preventDefault()"></canvas>
<script type='text/javascript'>
var Module = {
preRun: [],