Fixed Android ifdef for log

This commit is contained in:
n00b87
2025-11-25 05:38:12 -06:00
parent dd6de7875e
commit 606d74fd39
11 changed files with 82 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
</head>
<body>
<p><h2>function CreateSprite( img ) </h2></p>
<p><h2>function CreateSprite( img, frame_w, frame_h ) </h2></p>
<p>
This function returns a new sprite which you can place in a variable for use in your program.
</p>