Scene script code

This commit is contained in:
2026-06-04 13:36:35 -05:00
parent 2b3abbe13b
commit 3c8b6cb2cc
19 changed files with 958 additions and 33 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ interface SystemNamespace {
* Compare against the `System.PLATFORM_*` constants.
*
* @example
* if (System.platform === System.PLATFORM_PSP) { useLowResAssets(); }
* if(System.platform === System.PLATFORM_PSP) { useLowResAssets(); }
*/
readonly platform: number;