colin boettcher

Results 13 comments of colin boettcher

also had that problem. setting `wow.scrolled = true` resolved that and forces a update it seems

Well. I don't think it's a huge difference. In Symfony it's: ```twig {% if workflow_can(post, 'publish') %} Publish article {% endif %} ``` In Blade it's: ```php @if($post->workflow_can('publish')) Publish article...

You need to save the particle effect: `let effect = game.make.particleEffect(state.world.centerX, state.world.centerY, 'jsonName')` You can then do `effect.removeEmitter('default'); effect.destroy();`