Skip to content

Commit 1dbe9ee

Browse files
committed
p3d pygame-script support
1 parent e7e6cc1 commit 1dbe9ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

static/default.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ frameborder="1"
419419

420420
<script type="application/javascript">
421421

422+
globalThis.__canvas_resized = (self, ecw, ech) => {
423+
console.warn("TODO: panda3d canvas monitor", self, ecw, ech)
424+
}
425+
422426
async function custom_onload(debug_hidden) {
423427
// this is called before anything python is loaded
424428
// make your js customization here

0 commit comments

Comments
 (0)