View all by Titilonic
Titilonic
Follow Titilonic
Follow
Following Titilonic
Following
Add To Collection
Collection
Comments
Devlog
Related games
Related
Rythm Hearts
←
Return to Rythm Hearts
Devlog
Source Upload
December 21, 2023
by
Titilonic
Source Upload...
Continue reading
Mask issues
August 16, 2020
by
Titilonic
Remember how I used a mask for the dick in Princess Peace? Well, I had to put the dick at the z-index 1, which made it show up over the Menu. Fixing this was easy, just add another mask that occludes...
Continue reading
Masks
July 04, 2020
by
Titilonic
Princcess Peace can finally suck it thanks to masks (Done in Godot via a Light2d with Mode: Mask ) This is a basic way to hide part of whatever goes inside her mouth. Just see the picture (only the wh...
Continue reading
External Hearts
June 26, 2020
by
Titilonic
The heart s can now be outside the Executable as it searches: res://hearts (internal resources) user://hearts (Godots' persistent data directory ) ./hearts (next to the executable) Naturally I updated...
Continue reading
Example Scene
June 07, 2020
by
Titilonic
Made a Project in Godot to house the examples instead of just providing the separate scenes I took for granted that Godot was easy enough to figure out yet the contest showed that may not be the case...
Continue reading
Platform Diversification
June 07, 2020
by
Titilonic
I hadn't bothered with building executables since the online version would always have the latest but decided that I might as well. Godot makes it quite easy anyway...
Continue reading
Watch out with those Threads!
April 04, 2020
by
Titilonic
I added a basic loader scene that took care of getting everything ready first. But, it turns out that this locked the HTML5 version up because it uses a Thread (extra process) so we can see visual pro...
Continue reading
Rythm Hearts 2
February 13, 2020
by
Titilonic
Updated to Godot 3.2 and added a special holiday modifier (just Valentine's Day for now)...
Continue reading
Nuance
January 12, 2020
by
Titilonic
#Godot, #Bug
An odd bug I noticed is that: If a Node2D component isn't visible, it will only hide its child AnimatedSprites , but not AnimationPlayers . I noticed this since "Roxie Rockets AP" was visible but "Rox...
Continue reading
AtlasTexture
January 04, 2020
by
Titilonic
#Godot, #SVG, #AtlasTexture
I replaced all the separate sprites of Silhouanna with AtlasTexture s . This made it possible to put several sprites together in a single SVG file. Godot has a "Snap Mode: Auto Slice" which cuts the s...
Continue reading
AnimationPlayer Issues
December 25, 2019
by
Titilonic
#Godot, #Bug
After adding animations to Silhouanna, which used an entirely different pose, I decided to make sub-folders for each . Which caused Godot (3.1.2) to freeze while loading ! (in the Editor, I didn't te...
Continue reading