ape-ame/LockedRotation.gd

6 lines
143 B
GDScript3
Raw Normal View History

2024-04-29 16:27:25 -04:00
extends Node2D
2024-04-16 20:29:45 -04:00
# Called every physics frame. 'delta' is the elapsed time since the previous frame.
2024-04-29 16:27:25 -04:00
func _process(delta):
2024-04-16 20:29:45 -04:00
global_rotation = 0