summaryrefslogtreecommitdiffstats
path: root/world/monuments/lighthouse/lighthouse.gd
blob: 742bad0a658260f86e0b37bc08e18072ea55cb8a (plain) (blame)
1
2
3
4
5
6
extends Spatial

onready var anim = $AnimationPlayer

func _ready():
    anim.play("spin_light")