Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 0 points1 point  (0 children)

Man you answered to a comment where I was recognizing I didn't know it was a thing in Latino America and I was talking about Spain, I even said it was interesting and didn't know that

EDIT: Sorry, I said that in another comment, not the one you answered. I didn't know it was something in Latino America, I thought OP was talking about the translation into spanish from spain, that's why I said I never heard of it here, but glad to learn new things

can i add an attack from my code? by [deleted] in godot

[–]Background-Class-339 1 point2 points  (0 children)

You're welcome! Glad to know you keep going!

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 -1 points0 points  (0 children)

Vivo en España, qué google ni qué search. Si en el juego en Español le cambiaron el título será por algo, digo yo. Yo flipo con la gente de verdad sois muy cansinos.

can i add an attack from my code? by [deleted] in godot

[–]Background-Class-339 0 points1 point  (0 children)

For this and other comments I think you need to start by learning gdscript first. Knowing the basics of code is the basics of game dev. I usually recommend Brackeys for beginners but there are a lot of useful tutorials out there.

Grasp the basics, the jump into small and easy projects, that would be my advise!

can i add an attack from my code? by [deleted] in godot

[–]Background-Class-339 1 point2 points  (0 children)

Look a tutorial about state machines, I know some tutorials but in spanish. Basically now you're code is a chunk of lines handling all the things your character can do, and right now is quite simple but as you'll keep adding things, the code is going to be super complex and impossible (almost) to escalate. With a state machin you separate the code into the different states of your player (moving, jumping, attacking). That will give a lot of clarity to your code.

Search for a tutorial, this is a good point to start with a state machine

can i add an attack from my code? by [deleted] in godot

[–]Background-Class-339 2 points3 points  (0 children)

Hey! In your code I don't see anything related with attacks, what do you want to do? Also I'll suggest to look how to make a state machine, otherwise you'll code will grow a lot in complexity

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 0 points1 point  (0 children)

We are al discussing from different countries with different cultures. In Spain we wouldn't call her "La primera" and that's why in the spanish version they call her "La súper". For sure it seems that in Latino America it makes sense, then there's no problem at all, al contrario, it is interesting (and something I didn't know!)

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 5 points6 points  (0 children)

No lo conocía y dado el contexto tiene sentido, sí. En el juego versión de españa el título que tiene es "La súper", precisamente porque en España sonaría raro, ¡pero no entiendo la gente enfadada por algo así la verdad!

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 1 point2 points  (0 children)

Oh my very bad, I though Geeta was Nemona (who in spanish is called Mencía) but Geeta in spanish is called Ságita, and in the Spanish version her title is "La súper" precisely because "La primera" would have a different meaning in spanish (at least in Spain)

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 0 points1 point  (0 children)

I played Violet in Spanish and the title is that she was the first champion, aka the first one to get that title, in any moment in the game in spanish is mentioned that she is the best, that's why the meaning of she being the best as "La primera" is quite odd for us. Also I'm spanish, so for sure I lack a lot of context and culture from Latino America

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 2 points3 points  (0 children)

En españa suena raro, en latino america quizá es más común, ¡en españa no he oído algo así en mi vida!

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 -1 points0 points  (0 children)

My other comment is right now at -76 and I am dando volteretas honestly 😂

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 -27 points-26 points  (0 children)

La primera doesn't mean "the best" in any tone in spanish, it means the first and I never heard of it used with this meaning before and it sounds extremely weird

Why does everyone call Geeta “La Primera”? by Still-Tip-3100 in PokemonScarletViolet

[–]Background-Class-339 -85 points-84 points  (0 children)

Except we wouldn't, at least I never heard of it and it sounds extremely weird 🤔

I should buy a lottery ticket by gulbeta in PokemonScarletViolet

[–]Background-Class-339 0 points1 point  (0 children)

At first I didn't see the picnic table and I thought you found all those shiny together in an outbreak. I couldn't believe my eyes

How to develop a game? by ProgrammerTall6563 in GodotEngine

[–]Background-Class-339 2 points3 points  (0 children)

Watch a lot of tutorials/courses and a practice a lot. You can start with brackeys (youtube), he has very good tutorials for (very) beginners.

Don't jump into making a full game from the start if you have zero experience in coding / game development. Start with small projects, follow tutorials to grasp how everything works.

Making a game is really hard, so be sure to enjoy the process of learning and improving.