reuse icons and blbs to remove some content
This commit is contained in:
@@ -4,7 +4,7 @@ lualogic_require($LuaLogic::Path @ "bricks/gates/verticalDiode.cs");
|
||||
datablock fxDTSBrickData(LogicGate_NotUp_Data : LogicGate_DiodeUp_Data)
|
||||
{
|
||||
uiName = "Not Up";
|
||||
iconName = $LuaLogic::Path @ "icons/Not Up";
|
||||
iconName = $LuaLogic::Path @ "bricks/icons/Not Up";
|
||||
|
||||
logicUIName = "Not Up";
|
||||
logicUIDesc = "B is the inverse of A";
|
||||
@@ -20,7 +20,7 @@ lualogic_registergatedefinition("LogicGate_NotUp_Data");
|
||||
datablock fxDTSBrickData(LogicGate_NotDown_Data : LogicGate_DiodeDown_Data)
|
||||
{
|
||||
uiName = "Not Down";
|
||||
iconName = $LuaLogic::Path @ "icons/Not Down";
|
||||
iconName = $LuaLogic::Path @ "bricks/icons/Not Down";
|
||||
|
||||
logicUIName = "Not Down";
|
||||
logicUIDesc = "B is the inverse of A";
|
||||
|
||||
Reference in New Issue
Block a user