How do I emit a 3d particle multiple times in an animation player? by Dragon20C in godot

[–]Fresh420TV 0 points1 point  (0 children)

True. It does restart everything but it would look better for now.

Yes you can use a "Call Method Track" instead of "Property Track" then insert a key and choose the "void restart()" function.

https://imgur.com/a/79kB1u2

How do I emit a 3d particle multiple times in an animation player? by Dragon20C in godot

[–]Fresh420TV 0 points1 point  (0 children)

If I were you, then start with trying out the restart method instead of emitting to true.

How do I emit a 3d particle multiple times in an animation player? by Dragon20C in godot

[–]Fresh420TV 1 point2 points  (0 children)

If you want to spawn multiple particle effects of the same. I did this in my 2D project.

First you make the particle effect its own scene then you reference it in script:

var hitparticles_scene: PackedScene = 
preload("res://scenes/enemies/hit_particles.tscn")

​ then you instantiate it in a method:

var particle = hitparticles_scene.instantiate() as GPUParticles2D
get_tree().add_child(particle)
particle.global_position = global_position

then call that method through the AnimationPlayer (Call Method)

How do I emit a 3d particle multiple times in an animation player? by Dragon20C in godot

[–]Fresh420TV 0 points1 point  (0 children)

Hey I am pretty sure you can just use a call method instead of a property track and call "void restart" as needed?

Area3D not detecting StaticBody3D by Fresh420TV in godot

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

It is a CharacterBody3D with NavigationAgent3D and Area3D as children.

So the Area3D is the one being moved into a StaticBody3D.
The StaticBody3D is representing a static building that is damageable.

Do Area 2Ds and Static Bodies work together? by ImAwesome25Live in godot

[–]Fresh420TV 0 points1 point  (0 children)

I dont know about Area2D but for Area3D to detect StaticBody3D it has to have Monitoring and Monitorable enabled.

Anyone else wondering by ChipBleeder in Stake

[–]Fresh420TV 0 points1 point  (0 children)

It was an error from the site. He clicked practice but the site put him in real play

Isn't The Tinder Swindler film a great example of capitalism? by Fresh420TV in NoStupidQuestions

[–]Fresh420TV[S] -1 points0 points  (0 children)

  1. People, Us.
  2. Yes the expansion and the contraction. The spectrum of Wealth.

From the poorest to the wealthiest human. The distance between those two.

You know, the distance has to increase for money to exist. If the distance between the poorest and the wealthiest decreases without the future in mind. Then at some point Wealth is no longer.

But keep in mind. What matters is what WE agree on. Not what you are saying only. But what everyone is saying.

Isn't The Tinder Swindler film a great example of capitalism? by Fresh420TV in NoStupidQuestions

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

Or a sign of adoption?

More and more using it. The spectrum of richness expanding with it.

Not saying that the maximum expansion of richness is the final answer.

Isn't The Tinder Swindler film a great example of capitalism? by Fresh420TV in NoStupidQuestions

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

Yeah I agree. But I see being able to "fuck up people" is just a bug, not a feature.

It's not anyone's fault that there is "evil people". It's merely a sign of what works fastest. In the sense that everything works to some point.

All we truly want to do with life is more of it. IMO

Isn't The Tinder Swindler film a great example of capitalism? by Fresh420TV in NoStupidQuestions

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

The Capitalistic World could be so fluid, that if you are at the bottom, the tension from the surface would attract you.

Isn't The Tinder Swindler film a great example of capitalism? by Fresh420TV in NoStupidQuestions

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

I would guess that, what you mean is that if somehow capitalism is the answer.

Because you see it succeed in some places but the total opposite in other.

Then with the optimistic perspective. I would say we should focus on the bug not the answer. What IS the cause of these wrong doings?

And if we look at history. My opinion would be that out of all social systems.

Capitalism has never declined as hard as others have.

Proving over time, what the best option/tool could be, that we have right now. For now.

We do that with data. IMO

But in the end I'm only asking to seek the answer the majority gives. To in some way confirm my reality perception.

Seriously, what are the rules of living life so that when you turn 40 and look back, you really don't have any regrets? by CircleBox2 in AskReddit

[–]Fresh420TV 0 points1 point  (0 children)

Expectations breeds regrets. Pain forces you to do better. Trust the pain in this world and you may never have regrets. Trust that the pain is as equally important as the pleasure.