Kenny Cason

Results 20 issues of Kenny Cason

May have better results with your pixel art if I change the filteringMode of the SKTextures to SKTextureFilteringMode.NearestNeighbor instead of .Linear.

Example url: http://localhost:8080/tags/%E3%82%B9%E3%82%BF%E3%83%BC%E3%83%88%E3%82%A2%E3%83%83%E3%83%97.html Found on page: http://kennycason.com/posts/2016-10-28-my-startup-story-jp.html

Current inclusion of template files is very hard-coded. Can be easily swapped out currently, but is a bit tedious, would like to be able to drag-n-drop themes. Including the default...

Make core more extensible

Game should have a Game.player() function perhaps, and LegendOfZelda perhaps override it with a link() that casts it to a Link. not 100% sure what I want to do.

enhancement

some sprites are of odd size, as such a custom SimpleSprite.createFromRectangle(sprite, x, y, width, height) would be convenient

enhancement

I just started this today, should have it finished tonight or tomorrow. only have to write the evalue funtion()

enhancement

Our team was trying to setup Airflow through the following steps via CDK: https://aws.amazon.com/blogs/containers/running-airflow-on-aws-fargate/ However, during the `cdk deploy` step, and after answering "yes" to the prompt, we are encountering...