﻿NGame = {
	GAME_SPEED_TICKS = {	# how many seconds should a day take in every game speed
		0.5
		0.2
		0.1
		0.05
		0.0
	}
	### vanilla values for comparison
	# GAME_SPEED_TICKS = {
	# 	2
	# 	1
	# 	0.5
	# 	0.2
	# 	0.0
	# }
}