Files
mazegame/projects/samples/s_ayfx.js
T

10 lines
406 B
JavaScript

//*****************************************************************************
// PROJECT CONFIG OVERWRITE
//*****************************************************************************
//-- List of library modules to build (array)
LibModules = [ "pt3/pt3_player", "ayfx/ayfx_player", ...LibModules ];
//-- Application ID. Can be 2 character string or 16-bits integer (0~65535)
AppID = "FX";