Daniel Jost

Results 22 issues of Daniel Jost

While a game is running and the Config file is refreshed, the UI stays the same size.

bug
ready

Right now you have to click on an object _exactly_ to select it with the mouse. @zeDoctor had the idea that you could have a hitbox used specifically for mouse...

ready

This is the first step towards supporting custom (or no) cursors in a game. We should eventually have a game script example showing how to add custom cursor graphics. ```...

ready

Right now Dash loads all meshes, textures, and prefabs at launch. Dash should offer more granular loading (and unloading) of assets during runtime. One method to do this would be...

accepted

If there were a grayscale texture, it would be cool if you could change the color of it using an RGB value in code. Is this remotely possible?

proposal

We need some way to define animations in yaml. I don't know what form that will take yet, but I have a suggestion of how it might be done: ```...

accepted

I would love to have my settings follow me across different machines. Chrome has [some documentation](http://developer.chrome.com/extensions/storage.html#property-sync) on how to do this.

In a similar vein to #12, it would be cool and relatively simple to hook into Last.fm's [currently playing API](http://www.last.fm/api/show/user.getRecentTracks). You don't need auth or anything, just the user's Last.fm...

This seems like an interesting project, but I'm not entirely sure how to use it. An example in the README would be a great way to show new users how...