change event gate category and force color
This commit is contained in:
		| @@ -30,7 +30,7 @@ function fxDTSBrick::setPowerState(%this, %state, %client) | ||||
| datablock fxDTSBrickData(LogicGate_EventGate_Data : brick1x1fData) | ||||
| { | ||||
| 	category = "Logic Bricks"; | ||||
| 	subCategory = "Wires - Special"; | ||||
| 	subCategory = "Special"; | ||||
| 	uiName = "Event Gate"; | ||||
| 	iconName = $LuaLogic::Path @ "icons/EventGate"; | ||||
| 	brickFile = $LuaLogic::Path @ "bricks/blb/1x1f_1i_1o.blb"; | ||||
| @@ -44,6 +44,9 @@ datablock fxDTSBrickData(LogicGate_EventGate_Data : brick1x1fData) | ||||
| 	logicUIName = ""; | ||||
| 	logicUIDesc = "Special gate which can be used to trigger events and use events to control its output."; | ||||
| 	 | ||||
| 	logicForceColor = "YELLOW"; | ||||
| 	logicForcePrint = "ARROW"; | ||||
| 	 | ||||
| 	logicInput  = lualogic_readfile($LuaLogic::Path @ "bricks/special/EventGate-input.lua" ); | ||||
| 	logicUpdate = lualogic_readfile($LuaLogic::Path @ "bricks/special/EventGate-update.lua"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Redo0
					Redo0