Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Sorry for the wait, I figured out what was going on.  

Early on when I started working on this pack, Bokeh originally was only going to move in one dimension, so speed was expressed as a float originally.  Before I released, I made speed an expression of vec2 so that it could have two dimensional speed.  I completely forgot that I did that, so I even included in the instructions to make it a float.

I've updated the templates to use the correct ones.  You can replace your MVNRomFXTemplates.rpy and it should straighten it out.

(2 edits)

Thanks

Hey, and thank you so much for this amazing plugin! I finally got around to testing the Bloom effect, and I'm running into the same issue (KeyError: 'a_tex_coord') there as well. It only happens when I try showing a displayable that makes use of "Solid("#000")" - regular image files work perfectly!