Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save LiamPerson/089d85ceb00437c98b4e0249dca868d9 to your computer and use it in GitHub Desktop.

Select an option

Save LiamPerson/089d85ceb00437c98b4e0249dca868d9 to your computer and use it in GitHub Desktop.
Phaser 3's loadable files in the case of their method name.
"binary"
"css"
"html"
"script"
"sceneFile"
"text"
"tilemapCSV"
"tilemapImpact"
"tilemapTiledJSON"
"xml"
"image"
"scripts"
"spritesheet"
"svg"
"audio"
"animation"
"json"
"pack"
"glsl"
"multiatlas"
"obj"
"plugin"
"scenePlugin"
"htmlTexture"
"video"
"unityAtlas"
"aseprite"
"atlas"
"atlasXML"
"bitmapFont"
"audioSprite"
"spine"
@LiamPerson
Copy link
Author

JSDocs string list

("binary" | "css" | "html" | "script" | "sceneFile" | "text" | "tilemapCSV" | "tilemapImpact" | "tilemapTiledJSON" | "xml" | "image" | "scripts" | "spritesheet" | "svg" | "audio" | "animation" | "json" | "pack" | "glsl" | "multiatlas" | "obj" | "plugin" | "scenePlugin" | "htmlTexture" | "video" | "unityAtlas" | "aseprite" | "atlas" | "atlasXML" | "bitmapFont" | "audioSprite" | "spine")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment