0 votes
  1. I want:
    see: https://github.com/vitalfadeev/balls/raw/master/balls.png
    1

  2. I get:
    see: https://github.com/vitalfadeev/balls/raw/master/miss.png
    2

  3. Question: how? It possibleuse - use RigidBody2D for vertical falling balls, Y axes motion only?

You can play this game or see sources.

in Engine by (44 points)

You probably want KinematicBody2D for non-physically-realistic movement of objects.

Can you explain a bit more what you want to achieve? maybe you don't need physics at all (if it is what I think).

1 Answer

0 votes
Best answer

[Solved]
I use KinematicBody2D. And add RectangleShape2D.
Balls now moved down only.

Thanks.

by (44 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.