Added docs and project management tool update

This commit is contained in:
n00b
2024-10-06 01:39:47 -04:00
parent 00309fa481
commit 641c5c86ca
1544 changed files with 10572 additions and 2904 deletions

View File

@@ -1,4 +1,13 @@
#title OpenCanvas [RCBasic Doc]
#header sub CanvasOpen(c_num, w, h, viewport_x, viewport_y, viewport_w, viewport_h, mode)
#header function OpenCanvas( w, h, viewport_x, viewport_y, viewport_w, viewport_h, mode)
Returns a canvas for 2D drawing and text rendering
#list ul
#li w, h - The full size of the canvas
#li viewport_x, viewport_y - Where to show the canvas in the window
#li viewport_w, viewport_h - The size of the viewport. For example, a 100 x 100 viewport means that no matter how big the canvas is, only an area of 100 x 100 pixels is displayed.
#li mode - Set this to 0 for a solid canvas and 1 for a color keyed canvas.
#/list
#ref OpenCanvas3D OpenCanvasSpriteLayer