itch.io is community of indie game creators and players

Devlogs

Rakugo 2.0.9f1

Rakugo
A downloadable Rakugo

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:

Files

  • Rakugo_v2.0.9f1.zip 10 MB
    Mar 02, 2020
  • Rakugo-The-Question_v1.3f1.zip 20 MB
    Mar 02, 2020
Download Rakugo
Leave a comment