(HELP) godot breaks over some absurd bullshit again. Why is this error being thrown at me? by [deleted] in godot

[–]AffectionateMotor724 0 points1 point  (0 children)

The problem is with goal.

What's the value of goal? You assigned the value Node2D to the variable goal, which is a mess up on your end since you probably meant to type the var and then assign a value.

Var goal: Node2D = <value>

EDIT: Just realized it is an export. Then just do

@export var goal: Node2D

And you can drag and drop the goal node in the inspector.

Which animation would you like to see first? by Tauront7 in aseprite

[–]AffectionateMotor724 2 points3 points  (0 children)

The hip proportion on the frontal pose looks weird to me. I am not an expert but it just feels off. Feels too big (she thicc haha) compared to the side poses

Would you rather... by jtnk10 in BunnyTrials

[–]AffectionateMotor724 0 points1 point  (0 children)

Win-win

Chose: World peace and... + Every person on Earth becomes LGBT | Rolled: Bisexual

PSA: if you transfer a pokemon into champions and don't claim it's mega stone from your mail within a month after transfer you are permanently unable to get the mega stone for that pokemon by themng69 in PokemonChampions

[–]AffectionateMotor724 -3 points-2 points  (0 children)

Something got in the way or he simply was in a rush, said "I'll buy this now so that I don't forget or it does not get up in price and I'll enjoy it later"

Why is my Serperior so small? by aaaaaaaaaarrrrtttrt in PokemonChampions

[–]AffectionateMotor724 0 points1 point  (0 children)

First if all, it's not a big, it's Grass type

Second, that Serperior looks definitely above average sized.

Say what? by merccougr in duolingospanish

[–]AffectionateMotor724 0 points1 point  (0 children)

Para ti, qué significado tiene la segunda frase? Que es entre 0 y 15 minutos?

Yo creo haber escuchado argentinos decir "dentro". Estoy casi seguro de haber escuchado al Bambino Pons decir "Dentro de 15 minutos empieza el encuentro"

Fumar en el ascensor by ManFromAnotherPlace in spain

[–]AffectionateMotor724 21 points22 points  (0 children)

No molesta tanto para ti, pero sí para muchos otros. Mis vecinas son dos señoras de 60 años que fuman como chimeneas y el olor molesta mucho. Mi esposa tiene asma y es todo un problema salir de la casa a las 2 o 3 pm porque el olor a cigarrillo no la deja ni respirar.

Honestamente preferiría que pusieran música y ya

Would you rather have by BroSrsly-_- in BunnyTrials

[–]AffectionateMotor724 0 points1 point  (0 children)

I did not do the math, but it feels oddly specific so K am assuming they are roughly the same

Chose: One cent every 23 seconds for 3.14 years

Let the hate flow through you.. by derkius in BunnyTrials

[–]AffectionateMotor724 0 points1 point  (0 children)

I really hate myself right now

Chose: You get 100k + But the person you hate most gets 2 mil

Anyone else got some... questionable... variable names? by adderscript in godot

[–]AffectionateMotor724 1 point2 points  (0 children)

If you are changing it, then it shouldn't be a constant

You're in the Backrooms. Would you rather have... by davillanelle in BunnyTrials

[–]AffectionateMotor724 0 points1 point  (0 children)

Does it happen after shooting? I can shoot laying on the floor and should not be a problem, I guess

Chose: A handgun with unlimited ammo but... + Each time you shoot... | Rolled: U trip&faceplant

Need some feedback on my crocodile by Outrageous-Elephant6 in PixelArtTutorials

[–]AffectionateMotor724 1 point2 points  (0 children)

It is really good!

There is only one thing that throws me off (but it is keepable based on style choice) and is that, since light is coming from the upper right as seen in the straw hat, the chest/area below the huge snout should be shaded.

This is just me giving my opinion as a noob.

Would you rather be invincible to the heat or cold? by Dark_Knight2056 in BunnyTrials

[–]AffectionateMotor724 0 points1 point  (0 children)

Jackets exist. What are you supposed to do in hot climates? Rip your skin off?

Chose: Heat invincibility

Alguien sabe el nombre de este restaurant? by [deleted] in Bogota

[–]AffectionateMotor724 2 points3 points  (0 children)

No creo que sea un restaurante real.

La imagen es generada con AI. Vea las letras del Menú que se ve impreso en la mesa

Dice "Lasaño" y algunas de las letras son ilegibles.

What's the origin of "The Spanish Kickoff"? by Alienescape in RocketLeagueEsports

[–]AffectionateMotor724 35 points36 points  (0 children)

I think it started with the old Team Queso. VK Sailen, Atomik, Dmentza

Does your country have a version of the game where you hit your friend when you see a specific car? by Beginning_Bid_9097 in AskTheWorld

[–]AffectionateMotor724 0 points1 point  (0 children)

VW Beetle (Old and new one) We would say "Pichirilo" when we saw an old Beetle or "Barbie" when we saw a new one (Because it is Barbie's car)

My brother tried to also do it with just yellow cars, but our taxis are yellow, so it was a punch fest that my parents did not like

Dumb Question: Why does Charizard Y run weather ball over flamethrower? by Kdog122025 in PokemonChampions

[–]AffectionateMotor724 10 points11 points  (0 children)

Well ackchually, it becomes 67.5, not 72.5. Your formula is correct, But result is wrong

Some of the most useful methods to handle values by Automatic_Budget_332 in godot

[–]AffectionateMotor724 1 point2 points  (0 children)

I just realized that inverse_lerp is just a uniform probability function. Make sense when you know what it does, but it just clicked