kidscancode / Godot3_dodge

"Dodge the Creeps!" Godot Engine 3.0 "getting started" game demonstrating the basics.
MIT License
90 stars 30 forks source link

Particles2D node issue #3

Closed MahtanSirfalas closed 6 years ago

MahtanSirfalas commented 6 years ago

Hello everyone,

When i try to add "particles2d" node and make the settings like the documentation. Player turns to black.

Actually, i couldn't find how can i change the "Visibility Rect" setting to "Rect3"

cbscribe commented 6 years ago

A Particles2D doesn't have a Rect3 visibility rect - it's a 2D node. I believe that screenshot is old and needs to be updated.

Regardless, you don't have to change that setting anyway.

MahtanSirfalas commented 6 years ago

Yep, after i watch KidsCanCode's video tutorial it's done.. cbscribe, Thank you anyway.. If someone struggles with that, just watch kidscancode's your first game tutorial on youtube.