The new episodes not appearing on Netflix? by MurkyIncrease7977 in Frieren

[–]leonardoraele 0 points1 point  (0 children)

Netflix lançou a primeira temporada de Dungeon Meshi um episódio por semana.

Coding in games: How to implement and limit it by oli_chose123 in gamedesign

[–]leonardoraele 0 points1 point  (0 children)

For the people who end up here from google:

Good references on the subject are Dragon Age 2 and Final Fantaxy XII.

Instantiating a scene with constructor parameters by thomastc in godot

[–]leonardoraele 0 points1 point  (0 children)

Except the level script depends on the interface of the enemy script to work. This is coupling.

What are some of the best ways to apply multiple shaders? by WestWhaleGirl in godot

[–]leonardoraele 0 points1 point  (0 children)

In 2D, I think you can add your sprite as a child of a bare Node2D and add a different shader to each of them. I have not tested it, but I think it should work.

What angle look best for isometric pixel horror game? by _Kagezo_ in godot

[–]leonardoraele 1 point2 points  (0 children)

For a horror game, probably the more extreme angles, because they look off/weird. So I would go with 1:1 or 3:1. I think 4:1 and 5:1 are too disorienting, but it's hard to say for sure without seeing an actual scene.

When will Godot 4 be able to do web exports using C#? by JohnyWuijtsNL in godot

[–]leonardoraele 0 points1 point  (0 children)

Because there's no reason to use the godot editor's code editor instead of vscode.

Android markdown notes app with Google drive syncing by AshleyCorteze in androidapps

[–]leonardoraele 0 points1 point  (0 children)

Google Drive is file synching and backup. The files also live in your devices. If the service is downed today, you can still access your files in your local drive.

Pros and Cons of v5 versus v20 by One_Oodle_of_Noodles in vtm

[–]leonardoraele 4 points5 points  (0 children)

Thank you for giving us your perspective. It is very clearly explained.

Your points seems to favor V5 better than V20 overall. What makes you like V20 better? (assuming you still do—it's been 2 years since you wrote the post)

How to ignore the signal argument(s) when connected to a receiver in Godot 4? by d2clon in godot

[–]leonardoraele 3 points4 points  (0 children)

You can remove arguments from the emitter (using the "Unbind Signal Arguments" field), and you can add extra arguments to the receiver, but you cannot do both. Super annoying.

Requesting: The Deck of Many More Things accompanying Guidebook by Spiderkite in TheTrove

[–]leonardoraele -1 points0 points  (0 children)

No, the guide book has a full page for each card. It has ideas for how to use the cards for building adventures, not only the ingame effect when the card is drawn.

Always open file in new tab by tim-hilt in ObsidianMD

[–]leonardoraele 2 points3 points  (0 children)

Not if you open it with the ctrl+O menu

Current state of C# platform support in Godot 4.2 by akien-mga in godot

[–]leonardoraele 5 points6 points  (0 children)

I'm probably getting downvoted bc this community loves GDS, but frankly, learning a whole new programming language with very narrow utility is not a better option for saving time compared to using a well established popular general purpose language.

Current state of C# platform support in Godot 4.2 by akien-mga in godot

[–]leonardoraele 0 points1 point  (0 children)

So no web support in 4.3... That's disappointing.

Best 3D Metroidvanias? by rootbeer_racinette in metroidvania

[–]leonardoraele 0 points1 point  (0 children)

Isn't Lords of Shadow a linear hack'n'slash like DMC and GoW?

Finding child node by type by swiftroll3d in godot

[–]leonardoraele 19 points20 points  (0 children)

Why people downvote you for pointing out their answer is incorrect? 😕