init.agi 268 B

1234567891011
  1. //Define the launchInfo for the module
  2. var moduleLaunchInfo = {
  3. Name: "WebMC",
  4. Group: "Network",
  5. IconPath: "WebMC/texture/jumpingBlock.gif",
  6. Version: "0.1",
  7. StartDir: "WebMC/index.html"
  8. }
  9. //Register the module
  10. registerModule(JSON.stringify(moduleLaunchInfo));