Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

 

Scene Config

Code Block
{
    cameras:[
        {
            width:100
            ,height:100
            ,name:"main"
        }
    ]
    "map":"config/map/main.json"
    ,"components":[
       {
            "type":"pixelblit.bunnyblast.BunnyblastSceneComponent"
       }
    ]
}