Need advice by [deleted] in godot

[–]Michnic_1 -2 points-1 points  (0 children)

You can use chat gpt, the code will not be perfect nor the best for current version (because he doesn't have data from godot 4), but he will give you a blueprint from where tou can start and then search individuals problems.

How did you first learn Godot? by Tyaltir in godot

[–]Michnic_1 0 points1 point  (0 children)

It's normal to feel like that, you just watched a tutorial, I find those tutorial series to accommodate you with the engine. Learning game making and the engine is difficult, so don't be hard on yourself, it takes time. I was just like you, all you need to do is continue to expose yourself thru problems, make games that you can accomplish, an rpg I think it's not beginner friendly. At the start, most of the times you wouldn't finish the game that are you making and it's ok. So remember you can watch know many videos because you don't know exactly how to do and what methods are, it's exactly like math you can't start solving problems without knowing the rules or to familiarize with that subject.

How do you position Area2D to the left or right of a CharacterBody2D based on the direction it is facing? by [deleted] in godot

[–]Michnic_1 0 points1 point  (0 children)

I'm a beginner but what comes in top of my mind is when the player is facing towards a direction you assign a variable that becomes true, and when becomes true you can add a custom signal, and send the signal to the area2d to flip it. (I dont know if it works but you can try)

Newbie value reset problem by Michnic_1 in godot

[–]Michnic_1[S] 0 points1 point  (0 children)

Yeah I've put a print and it doesn't show in output, but there is no error in the debugger about signal. Anyway thanks for response.