about summary refs log tree commit diff stats
path: root/apworld/client/maps/the_unyielding.gd
blob: a2f8eeeb61b35ca3aef5052ae1e1179f0292c470 (plain) (blame)
1
2
3
4
5
func on_map_load(root):
	# Shrink the painting trigger in The Unyielding.
	var trigger_area = root.get_node("/root/scene/Components/PaintingUnlocker/triggerArea")
	trigger_area.position = Vector3(0, 0, -6)
	trigger_area.scale = Vector3(6, 1, 6)