5 lines
161 B
GDScript
5 lines
161 B
GDScript
extends CollisionShape2D
|
|
|
|
# Called every physics frame. 'delta' is the elapsed time since the previous frame.
|
|
func _physics_process(delta):
|
|
global_rotation = 0
|