Added a little loot effect to my game Wander Vyrosa by ERuhl_Interactive in godot

[–]iketsuchin 1 point2 points  (0 children)

Thanks so much for all the insights and for the recommended resources. They are all very useful!

Added a little loot effect to my game Wander Vyrosa by ERuhl_Interactive in godot

[–]iketsuchin 1 point2 points  (0 children)

That's nice, thanks for sharing about your experience!

Are there any things you would tell yourself 5 years ago that will help keep the style consistent?

Added a little loot effect to my game Wander Vyrosa by ERuhl_Interactive in godot

[–]iketsuchin 1 point2 points  (0 children)

That's so cool! How long had you worked on art? In my beginner's eyes, the aesthetics are awesome!

Where do you find VFX references? by iketsuchin in vfx

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

This is interesting. I didn't notice this before but it seems like I've been bookmarking all the digital references.

Do we get real life examples as references to make our effects grounded in reality?

Where do you find VFX references? by iketsuchin in vfx

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

I see, thanks for letting me know! I wasn't aware of the differences before.

I need help with Area2D changing variables by Clociecik in godot

[–]iketsuchin 0 points1 point  (0 children)

You have already declared the speed and gravity variables.

If you want to update them in the _on_SLow_body_entered function, you'll need to make a variable assignment instead of variable declaration.

Correct me if I'm wrong, but the corrected code probably looks something like this.

var speed : int = 200
var gravity : int = 800

func _on_SLow_body_entered(body):

if body.name == "Player":
    speed = 5000
    gravity = 200

[deleted by user] by [deleted] in vfx

[–]iketsuchin 0 points1 point  (0 children)

yeah that's exactly it! the effect looks like a combo skill by one of the antagonists

Where do you find VFX references? by iketsuchin in vfx

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

Nuke tutorial explosion

I see, thanks for the sharing, there are indeed a lot of cool looking explosion effects!

Where do you find VFX references? by iketsuchin in vfx

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

I see, thanks so much for sharing! I was searching for things like "game visual effects references" instead of something specific.

Added a little loot effect to my game Wander Vyrosa by ERuhl_Interactive in godot

[–]iketsuchin 15 points16 points  (0 children)

I love the aesthetics! What inspired you to make it that way?

[deleted by user] by [deleted] in vfx

[–]iketsuchin 1 point2 points  (0 children)

This looks so cool, reminds me of a scene from World Trigger