Fix bugs:
- quitting froze game
- going further in dialogues sometimes doesn't work
- custom icons for Rakugo's nodes now works
New features:
- added MouseBody2D node as work around for not working mouse input on Area2D
- added AreaButton2D (to be used with MouseBody2D) to easy crate clickable areas (like in point&click games)
- to make it easier to mix Rakugo with other game genres mechanics:
- now Rakugo attach current scene to Viewport
- now, by default, DialoguePanel is hidden until is called by Dialogue node
- now Rakugo attach current scene to Viewport
To update 3.2.0
unpack Rakugo_3.2.1_update.zip and add highlight
to map inputs (to for example F1
key).
To test point_n_click_example.zip unpack it into Rakugo 3.2.1 project and play using Play Scene option.