mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
6 lines
96 B
GDScript3
6 lines
96 B
GDScript3
|
extends Sprite
|
||
|
|
||
|
func _process(_delta):
|
||
|
if !visible: pass
|
||
|
look_at(get_global_mouse_position())
|