Rakugo 2.0.9f1


A new relase of Rakugo and The Question.

Rakugo 2.0.9f1:

  • Adds new node Button2D that can use CollisonShape2D or CollisonPolygon2D
  • Makes RakugoBaseButton more universal
  • Removes all font overrides in gui
  • Fixes to RakugoBaseButton and Button2D
  • Fix in menu() func
  • Make possible to hide Dialog gui using hide()

Highlights

Button2D

A new 2D node that allows you to crate clickable region using  CollisonShape2D or CollisonPolygon2D.

You can use it to make map of the city, room with clickable doors and furnitures, etc.

Here is quick tutorial how to use it:

Hide Dialog gui using hide()

Now you can hide Dialog gui using hide() :

Rakugo.hide("Dialog")

And show it back agin using show() :

Rakugo.show("Dialog")

Also in tutorial above is shown how to hide it at start of the scene.

Removes all font overrides in gui

So it makes that now if you want to change font in all project it is easier.

You can use it for example to support Chinese, Japanese, Korean, Russian or any other not latin langue.

Or just to make your game more fancy.

just edit choosen theme like this:

  1. Crate dynamic font from font that you want to use: 
  2. So choose one of themes that you want in res://themes ( default one is res://themes/new_gui/new_gui.theme)
  3. Open it by double click it will appears in the bottom panel, you can expand this panel by cliking on two arrows icon.
  4. Then in search bar in Inspector try to search font and change all font you can to your new font.
  5. Then press on diskette icon and choose Save As (to not overwritte it when you update Rakugo to new version).
  6. Then go to Project Settings and in Rakugo section where is theme value write path to new theme.

Files

Rakugo_v2.0.9f1.zip 10 MB
Mar 02, 2020
Rakugo-The-Question_v1.3f1.zip 20 MB
Mar 02, 2020

Get Rakugo

Download NowName your own price

Leave a comment

Log in with itch.io to leave a comment.