Tuesday JS Relese 3.1 International Women's Day
Tuesday JS visual novel engine » Devlog
In the previous update, a serious bug was found in the "map of the area" plugin.
Changed the element settings interface in the scene editor, now all settings are categorized to make it easier for you to navigate
this update coincided with International Women's Day, which is celebrated not only in the countries of the former USSR, but also in Italy "Festa della Donna", China, Latin America and Africa. And in Japan today is ミモザの日 Mimosa day.
Files
tuesday_visual.html Play in browser
Mar 08, 2022
TuesdayJS_R3.1_web_recommend.zip 107 kB
Mar 08, 2022
TuesdayJS_Beta_0.100_android.apk 355 kB
Mar 08, 2022
TuesdayJS_R3.1_mac.dmg 111 MB
Mar 08, 2022
TuesdayJS_R3.1_win.zip 101 MB
Mar 08, 2022
Get Tuesday JS visual novel engine
Download NowName your own price
Tuesday JS visual novel engine
simple web-based free and open-source visual novel editor, it can be used in web browser.
Status | In development |
Category | Tool |
Publisher | |
Author | Kirill Live |
Genre | Interactive Fiction, Visual Novel |
Tags | android, Game Design, Game engine, GameMaker, GitHub, Kinetic Novel, Open Source, Twine |
Languages | English |
More posts
- Tuesday JS Release 48Jun 12, 2024
- Tuesday JS Release 47Apr 20, 2024
- Tuesday JS Release 46 code syntax highlightingMar 30, 2024
- Tuesday JS Release 42Jan 29, 2024
- Happy Holidays!Dec 21, 2023
- Tuesday JS Release 41 Plugins Update / Random selectionDec 09, 2023
- Tuesday JS Release 38 Want voice acting in your visual novel ?Oct 04, 2023
- Tuesday JS Release 33Jun 17, 2023
- Tuesday JS release 31 Telegram botApr 24, 2023
- Сreating a Telegram botApr 13, 2023
Comments
Log in with itch.io to leave a comment.
Yeah for 3.1! I'm planning my next game with it right now! 👍
Thanks! If you have any more problems or questions write to me.
Thanks Kirill! What is the recommended way to restart a game once you've completed it?
I'm planning to use scenes where some art elements are doing to be visible /hidden depending on the story and I'd like to make sure they are also reset to their initial state (if possible).
Thank you!
Probably the best way is to manually reset all variables to their initial state (specify the value that should be initially) when clicking on the select button with the "Start block" option.
An easier way is to use a JavaScript command to reload the page. but in this option you need to disable the autosave function and it probably won't work in preview
another option will work, if you don't allow the user to save progress on their own, then you can "Save stage" at start and use the "Load stage" function at the restart location
Ha! reload of course! This makes perfect sense! I thought about some "reset_game" function your API but clearly reload is what I need! Thank you!!
Now I just need to figure out some CSS so that, if I want to go with sprites ("art") over a background, everything stays in place and is visible while adapting to the window's size (making sure percent positioning works for this) . Actually I should look at what you've done with maps.
Have a nice day!
I forgot to say that sprites can be used on buttons.
what you described i think it will help you
https://www.w3schools.com/cssref/pr_background-position.asp
and
https://www.w3schools.com/cssref/css3_pr_background-size.asp