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