Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I've been trying out TyranoBuilder Next but I have run into a few problems. 

The first is that when I'm attempting to customize the user interface, the sub-window that opens is smaller than the Tyranobuilder application window, so it's not actually possible view the very bottom portion of the screen (so, for example, I cannot see how far the text box is from the bottom). 

(1 edit)

The second is with the "Button for transition" tool. It seems like the "bottom left" and "top right" positions are swapped. It'd also really help to be able to change the position of these buttons like you can with most other images. It seems like there's only the choice of top/bottom/center and left/right/center. And adding additional buttons will just cause them to appear automatically below the first one, without any option to customize it. 

And I've tried to figure this out but it seems like no matter what, these buttons have a border built in to them which cannot be removed. Not sure if this is a bug or what but it's not the sort of thing I'd want on an image button. 

The "Button for transition" really has an unnecessary frame, I'll fix it with the next update. Or you can remove the frame yourself through the tyrano.css CSS file in your project by adding the following code to it :

button {
    border: none;
}

You're also right, you can't change the position of the buttons, they snap to the anchors. If you need buttons in different places, then use the "Branch Button" or "Graphic button".

Hi, Fixed this issue in version 3.0.5.