|  | 
|  | 1 | +--- | 
|  | 2 | +title: "Rakugo Project Devlog #9/24" | 
|  | 3 | +date: 2024-11-12 | 
|  | 4 | +published: true | 
|  | 5 | +categories: | 
|  | 6 | +  - news | 
|  | 7 | +  - docs | 
|  | 8 | +  - devlog | 
|  | 9 | +author: "Jeremi360" | 
|  | 10 | +excerpt: "In this Devlog: | 
|  | 11 | +  **Incremental releases and updates** - | 
|  | 12 | +    new approach to releasing and updating our projects, | 
|  | 13 | +  New **Rakugo Game Template** Release, | 
|  | 14 | +  Projects **Godot Material Icons** and **Emojis for Godot** | 
|  | 15 | +    soon will be combined into one project, | 
|  | 16 | +  " | 
|  | 17 | +--- | 
|  | 18 | + | 
|  | 19 | +Hi everyone, welcome to **9th** devlog of **Rakugo Project** in year 2024. | 
|  | 20 | +If you find my projects useful, you can support the project via **[Patreon]**. | 
|  | 21 | +Thank you very much, if you decided to do! | 
|  | 22 | + | 
|  | 23 | +## Incremental Releases and Updates | 
|  | 24 | + | 
|  | 25 | +I recently realized that I was approaching Rakugo projects | 
|  | 26 | +and my other own projects come in a way that neither serves you. | 
|  | 27 | +Instead of staying under pressure to create their optimal version | 
|  | 28 | +with all the options I can think of, I switching into incremental releases/updates! | 
|  | 29 | + | 
|  | 30 | +### What I understand as Incremental Releases/Updates | 
|  | 31 | +With this post I abandon this approach, | 
|  | 32 | +now I will try to release the minimum version of the project first, | 
|  | 33 | +then in subsequent updates I will add only a few new options and fixes. | 
|  | 34 | + | 
|  | 35 | +You will soon see how it works as **Visual Novel Kit 2.0** will soon land here, | 
|  | 36 | +which is currently at the stage of implantation of the **Save/Load system**.  | 
|  | 37 | + | 
|  | 38 | +## Rakugo Game Template v1.1 | 
|  | 39 | + | 
|  | 40 | + | 
|  | 41 | + | 
|  | 42 | +@theludovyc and @salty64 brings you new Rakugo Game Template release. | 
|  | 43 | +Our Game Template to project aiming to provide a way to make games easily. | 
|  | 44 | + | 
|  | 45 | +**Full Changelog**: https://github.com/rakugoteam/Rakugo-Game-Template/compare/1.0...1.1 | 
|  | 46 | + | 
|  | 47 | +### What's Changed | 
|  | 48 | +* Update to godot 4.3 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/11 | 
|  | 49 | +> Update the project to the Godot version 4.3 | 
|  | 50 | +* Fix #5 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/12 | 
|  | 51 | +> Remove the open transition after the bootsplash on the first scene choosed by the user. | 
|  | 52 | +* Fix #6 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/15 | 
|  | 53 | +> Use the ProjectSettings option "application/config/version" to set the label version number in the MainMenu scene. | 
|  | 54 | +* Fix #8 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/13 | 
|  | 55 | +> Do not erase the ProjectSettings options when the project is reloaded. | 
|  | 56 | +* Fix #7 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/14 | 
|  | 57 | +> Add property info to the ProjectSettings options to make them more easy to use. By example, for a file path open a file dialog. | 
|  | 58 | +* Fix #2 Slider UI scaling by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/16 | 
|  | 59 | +> Add the UI slider scaling in the video option. It permit to upscale the UI when the resolution is high. Avoid tiny UI. | 
|  | 60 | +* Fix #17 Handle saves by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/18 | 
|  | 61 | +> Add the save/load system to the project. With save, load and continue buttons, and a LoadMenu scene. | 
|  | 62 | +
 | 
|  | 63 | +**You can [Download it and Read More about it here](/kits/rakugo-game-template).** | 
|  | 64 | + | 
|  | 65 | +## Godot Icons Fonts | 
|  | 66 | + | 
|  | 67 | +Projects **Godot Material Icons** and **Emojis for Godot** | 
|  | 68 | +soon will be combined into one project called **Godot Icons Fonts**. | 
|  | 69 | +Now I'm working on it, version 1.0 of this new project is almost ready, | 
|  | 70 | +I just need find way to fix one bug. | 
|  | 71 | + | 
|  | 72 | +Why I'm combining those two projects, answer is simple. | 
|  | 73 | +They was almost the same code base, so it was every tedious to keep them both. | 
|  | 74 | +It also make easier for me to add new features or improve existing ones. | 
|  | 75 | + | 
|  | 76 | +The main changes: | 
|  | 77 | +- New **FontIconSettings** resource | 
|  | 78 | + | 
|  | 79 | +- Better **FontIconButton** as now it can have label | 
|  | 80 | + | 
|  | 81 | +- Option do dock to Bottom IconsFinder | 
|  | 82 | + | 
|  | 83 | + | 
|  | 84 | + | 
|  | 85 | +_See you next Week or Two._ | 
|  | 86 | + | 
|  | 87 | +[Patreon]: https://www.patreon.com/rakguoteam | 
0 commit comments