Immersive Vehicles (Formerly Transport Simulator)

Immersive Vehicles (Formerly Transport Simulator)

4M Downloads

[Enhancement] Text object `lightsUp` could be superseded by `brightnessAnimations`

DrprofLuigi opened this issue ยท 1 comments

commented

Text that lightsUp should light up with the object it is attachedTo if that object is in lightObjects

Bonus points if it could change color and brightness with its own brightnessAnimations instead, with attachedTo just being for rotations. This would eliminate lightsUp and lightsUp would just create an LC of:

"brightnessAnimations": [
	{
		"animationType": "translation",
		"variable": "running_light",
		"axis": [0, 1, 0]
	}
]
commented

This is such a low priority that imma just close the ticket and do it myself at some point