random ball linear velocity

This commit is contained in:
2024-03-15 09:47:15 +01:00
parent 7c6b8ca4c1
commit 6bfac4e8d6
5 changed files with 19 additions and 35 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
extends RigidBody2D
const SPEED = 300.0
const SPEED = 500.0
func _physics_process(delta):
if Input.is_action_pressed(get_meta("UP_KEY")):