# createBomb

```lua
return function()
    local app = getApp();
    
    --create bomb at x:0 y:0
    app.createBomb(0, 0);
end
```
