File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ namespace ProtoWireScroll {
17
17
public class ProtoFluxNodeVisual_BuildUI_Patch {
18
18
private static readonly Uri ROUNDED_TEXTURE = new Uri ( "resdb:///3ee5c0335455c19970d877e2b80f7869539df43fccb8fc64b38e320fc44c154f.png" ) ;
19
19
private static readonly Uri CONNECTOR_INPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Input.png" ) ;
20
- private static readonly Uri CONNECTOR_OUTPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Output.png" ) ;
20
+ private static readonly Uri CONNECTOR_OUTPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Output.png" ) ;
21
21
private static readonly Uri CALL_CONNECTOR_OUTPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Output.png" ) ;
22
- private static readonly Uri CALL_CONNECTOR_INPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Call_Input .png" ) ;
22
+ private static readonly Uri CALL_CONNECTOR_INPUT_TEXTURE = new Uri ( "https://raw.githubusercontent.com/DexyThePuppy/ProtoFluxWiresThatCanScroll/refs/heads/main/ProtoWireScroll/Images/Connector_Input .png" ) ;
23
23
24
24
// ColorMyProtoFlux color settings
25
25
private static readonly colorX NODE_CATEGORY_TEXT_LIGHT_COLOR = new colorX ( 0.75f ) ;
You can’t perform that action at this time.
0 commit comments