Remove Alpha Remove Code Remove Collision Remove Sprite
article thumbnail

Sprite Object Shape question

Cocos

I had tried the mask method already with no luck… but you mentioning it here pushed me to go try it some more… actually, I still had no luck using the graphic stencil… but the graphic ellipse did the trick perfectly! You saved me so much time!

Sprite 40
article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: Animated sprites, both 2D and 3D, now support options for more precise timing of individual frames ( GH-65609 ). The illustration picture for this article is from The Mirror , an upcoming all-in-one game and game development platform currently in Closed Alpha.

Beta 105
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 4.0 beta 11

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: Animated sprites, both 2D and 3D, now support options for more precise timing of individual frames ( GH-65609 ). The illustration picture for this article is from The Mirror , an upcoming all-in-one game and game development platform currently in Closed Alpha.

Beta 80
article thumbnail

Godot's 2D engine gets several improvements for upcoming 4.0

Mircosoft Game Dev

x is that, several times, sprites are separated in many nodes in order to be animated or assembled. while(accum < max_dist) { float d = texture_sdf(at); accum+=d; if (d < 0.01) { break; } at += d * dir; } float alpha = 1.0-min(1.0,accum/max_dist); accum/max_dist); if (accum < fade_margin) { alpha *= max(0.0,accum

Engine 55