about summary refs log tree commit diff stats
path: root/data/maps/the_tree/connections.txtpb
Commit message (Expand)AuthorAgeFilesLines
* Added the_treeStar Rauchenberger2025-08-261-0/+5
n16' href='#n16'>16 17
extends CanvasLayer

var SCRIPT_compass

var compass


func _ready():
	compass = SCRIPT_compass.new()
	compass.position = Vector2(1840, 80)
	add_child(compass)

	visible = false


func update_rotation(ry):
	compass.rotation = ry