I am often asked about the possibility of using PixelArt in Tuesday JS. Also, statistics and audience polls have confirmed the popularity of this graphic style. Tuesday JS was more focused on vector graphics and dynamic resolution game screen.
This is the first of several planned updates for adaptat…
I am often asked about the possibility of using PixelArt in Tuesday JS. Also, statistics and audience polls have confirmed the popularity of this graphic style. Tuesday JS was more focused on vector graphics and dynamic resolution game screen.
This is the first of several planned updates for adaptat…
I had nothing to do, I decided to test my skills and tried to create a 15 puzzle game for the browser using only JavaScript and CSS. During development, I did not read how this could be implemented, and did not use the Internet. In the end, everything went smoothly, as it seemed to me, but I often …
Good news! Finally, a full-fledged working version of the editor for Android devices appeared.
https://play.google.com/store/apps/details?id=com.tuesday.js
As a result, the editor code was rewritten by 30%. The functions for working with files, project assembly and preliminary space were written from…
The desktop version is already available on Steam. The release is based on the latest web version 0.30 with all its innovations in the form of cloud storage.
https://store.steampowered.com/app/1575970/Tuesday_JS_visual_novel_engine/
Both versions are almost completely identical, except for saving f…
The new version of the editor includes significant changes.
Added undo / redo system, which has been requested by many users. And also implemented not unimportant function to copy / paste elements. Browsers have a limitation on using the global clipboard, so TuesdayJS implements this locally.
&…
Added the ability to specify a picture and its dimensions for any object or panel
The ability to use 9 patch technology has been implemented. It allows you to stretch specified area of the picture and not entire image. This greatly simplifies the work on interfaces and saves on resources.
Now in the …
Updated visual editor. Now UI elements use "flex" and can be set to a custom font and align text.
The characters function is working. Now when you enter the name and other character settings in the dialog editor, they are automatically remembered and entered into base.
You can also enter all …
Fixed error exporting mp3 file to zip archive
Arts are now displayed in the script block
In the scene editor, you can now duplicate a button or art
Added a parameter for the speed of the transformation animation (the transition-timing-function parameter in css https://www.w3schools.com/c…