summaryrefslogtreecommitdiffstats
path: root/world/monuments/lighthouse/lighthouse.gd
diff options
context:
space:
mode:
authormikatomik <mikec_2007@hotmail.com>2022-09-20 04:09:03 -0400
committermikatomik <mikec_2007@hotmail.com>2022-09-20 04:09:03 -0400
commit16c338caebd10216b7e8a585020e01be00b1b28e (patch)
tree06c8613613652b95e4e0cf0d2635d538b0b61b99 /world/monuments/lighthouse/lighthouse.gd
parent7e75beb7b1f3b1121961f8df36f0fee3cd41cb58 (diff)
downloadgodot_wildjam_49-16c338caebd10216b7e8a585020e01be00b1b28e.tar.gz
godot_wildjam_49-16c338caebd10216b7e8a585020e01be00b1b28e.zip
Import and configure lighthouse monument
Diffstat (limited to 'world/monuments/lighthouse/lighthouse.gd')
-rw-r--r--world/monuments/lighthouse/lighthouse.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/world/monuments/lighthouse/lighthouse.gd b/world/monuments/lighthouse/lighthouse.gd
new file mode 100644
index 0000000..742bad0
--- /dev/null
+++ b/world/monuments/lighthouse/lighthouse.gd
@@ -0,0 +1,6 @@
+extends Spatial
+
+onready var anim = $AnimationPlayer
+
+func _ready():
+ anim.play("spin_light")