Add files via upload

This commit is contained in:
arc1tec4
2024-11-10 22:17:02 -07:00
committed by GitHub
parent f30aaffc4c
commit f8296f44cf
3 changed files with 41 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
</head>
<body>
<p><h2>function OpenCanvasSpriteLayer(w, h, viewport_x, viewport_y, viewport_w, viewport_h) </h2></p>
<p><h2>function OpenCanvasSpriteLayer(viewport_x, viewport_y, viewport_w, viewport_h) </h2></p>
<p>
Returns a sprite layer. These canvases are used for rendering sprites with the integrated physics engine.
</p>