mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
6 lines
84 B
GDScript
6 lines
84 B
GDScript
extends Node
|
|
|
|
func update(userStateInstance):
|
|
userStateInstance.rotateBy(-1)
|
|
pass
|