Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Traffic Lights

Example Usage

tl = ImportPackage("trafficlights")

function OnPackageStart()
	local traffic = tl.CreateTrafficLight(1, 126664.046875, 81475.203125, 1470.0)
end
AddEvent("OnPackageStart", OnPackageStart)

Shows debug label if game was started with -dev