Manage game resources
Less than 1 minute
Manage game resources
You should be able to find that under the unzipped folder, there is a WebGAL folder. Under the WebGAL folder, there is a game
folder, which is where your game resources should be stored.
Tips
If you use the visual editor, you can directly open the corresponding resource folder in the left toolbar.
All your game scripts, pictures, character sprites, etc. should be placed under the game
folder. The resource description corresponding to the directory is as follows:
Folder | Resources stored |
---|---|
animation | Animation description file |
background | Used to store background pictures, title page backgrounds |
figure | Used to store character sprites |
scene | Used to store user scripts |
bgm | Used to store background music |
vocal | Used to store dubbing files |
video | Used to store videos |
tex | Used to store effect texture files |