Pryme8 Posted December 1, 2017 Share Posted December 1, 2017 Ok, so things are starting to come together with a system I have been working on. I have most of the things figured out, Im just putting together tools to make editing the assest/levels easier. I have the prototype/alpha of the tileAtlas Sheet editor almost done, the only thing to add is speed settings for the animations and to export the SHEET object for later use in a PROJECT file. The editor lets you select a tile, and choose the animation type which the frame progressions are explained here: https://github.com/Pryme8/TileMaster This is all very early in the development but all the dots are being connected and soon this will be a full fledged 2.5D Scene editor extension for bjs. Here is the Sheet editor prototype: https://pryme8.github.io/TileMaster/editor/index2.html Arrows scroll the sheet around Select a Tile and an animation type to see the preview. This is all in preparation for the final editor, where you will be able to edit your assets and levels all under one roof visually then export as a single TILEMASTER file that will later be load the project into a DOM with a single function. The tileAtlas shader features 4 layers per plane, of course Animations, Paralax effects, and Mode7 like transforms. I will be adding more features later (like plans for LightMapping and pixel perfect shadows) Here is a really shotty demo showing the animations and layers working:https://pryme8.github.io/TileMaster/dev/demo.html Here is a bad demo of the Paralax effect:https://pryme8.github.io/TileMaster/ I have been trudging away at this and have a ton of features that I have already figured out I just have to deploy now. Plans are to eventually include my fishsticks library as well to handle the 2D physics. Ill keep posting updates on this as they come available! Questions, Comments, Concerns, Criticism is appreciated. NasimiAsl, jerome, brianzinn and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Sebavan Posted December 1, 2017 Share Posted December 1, 2017 Sweet, congrats :-) Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted December 7, 2017 Author Share Posted December 7, 2017 Just Updated the Sheet Editor. - Animation Speed-Multiplier and - Animation Speed-Divider Should be pushing more major updates here soon, work has just been super busy because of the holiday schedule. Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted December 7, 2017 Author Share Posted December 7, 2017 Updated Sheet Editor to include export function. Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted December 7, 2017 Author Share Posted December 7, 2017 Added the ability to import .tms files into the sheet editor. So for the most part that section of the editor is done for the alpha. Time to go back over the main editor prototype and start getting this to a workable alpha. Quote Link to comment Share on other sites More sharing options...
brianzinn Posted December 13, 2017 Share Posted December 13, 2017 Is your github.io/TileMaster still working? I'm just seeing a colored blank page. I remember how it looked, just wanted to see the new changes. (console output shows NaN for x,y). Thx. Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted December 18, 2017 Author Share Posted December 18, 2017 I will have it up and running here soon, the holidays and work schedule kinda put a hold to all of this.https://pryme8.github.io/TileMaster/editor/ <- is whats being worked on now. The link you posted will work again here soon after I put together the first project made with the editor. Thanks for your interest! This is not dead, and I will have a load of updates by the new year. Quote Link to comment Share on other sites More sharing options...
Pryme8 Posted December 18, 2017 Author Share Posted December 18, 2017 Ohh and yeah all the old versions are broken now because of the change in how textures variables are labled! It used to be _texture._width and _texture._height now its _texture.width _texture.height and I have not fixed the old ones. So thats why all the demos come up blank now. (dang BJS updates)https://pryme8.github.io/TileMaster/ **Fixed GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.