Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits) (+3)

I've been using this for a while now, I must say it's extremely great! Specially when I'm tuck in bed and an idea pop up in my head I could just prototype  easily using the android version. Good work overall. It'll be awesome if you could add an option (for android version) to be able to toggle screen orientation since I mostly use the scripting feature and typing in landscape is hard atleast for me.  Also having a condition for a dialog to appear only if certain variable is toggled would be nice. I would like to see this or maybe a new project to be a full pledge 2d game engine

(+1)

Hey! Thanks!
I'll try to make the screen orientation for android. but this will need to be tested.
This problem can be solved by splitting the screen if your device supports this feature.

"Also having a condition for a dialog to appear only if certain variable is toggled would be nice."

If I understand you correctly, then perhaps you need "Legacy choice" function. using it, you can set the condition for determining the next block, depending on the value in the variable

https://kirilllive.github.io/tuesday-js/doc_editor.html#legacy_choice
(+1)

Thanks for the reply dev!  What I meant was for instance, in block_1, you add a scene then add a dialogue with text and choice/s, is there a way to choose a choice that doesn't yeet you to other block? Just change a certain variable then depending on your choice you'll either go to the next Dialogue or to other dialogue in the same block. If it gets annoying just ignore my suggestion haha. Also I tried using a third party application for my orientation problem, it works but that application have ads so it's annoying.

No problem, any feedback is important to me, it helps to make the editor better.
With variables, I will think about how it is possible to solve this problem.