﻿# 00 defines

NGame = {

	# ACG adjusted
	# Where should we pan the camera?
	BENCHMARK_WAYPOINTS = {
		# First number is x
		# Second is y
		# Third is zoom level
		# Fourth is how much time to spend traveling between the waypoint and the next
		700 3000 4 5
		1000 2500 9 5
		1000 2300 4 5
		700 2000 7 1
		1200 2000 32 1
		1500 1800 9 5
		1900 2200 7 5
		1500 2400 9 5
		2200 2700 9 5
		2500 3500 4 4
		1850 3700 4 4
		1650 3200 4 1
	}
}