Skip to content

Commit

Permalink
Move files out of x/wirebox/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebual committed Jul 27, 2023
1 parent f4e0559 commit e12a8ba
Show file tree
Hide file tree
Showing 26 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions code/wirebox/tools/Wiring.cs → code/tools/Wiring.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public override void Activate()
base.Activate();

if ( Host.IsClient ) {
Local.Hud.StyleSheet.Load( "/wirebox/ui/wiringhud.scss" );
Local.Hud.StyleSheet.Load( "/ui/wiringhud.scss" );
wiringHud = Local.Hud.AddChild<WiringPanel>();
wireGatePanel = Local.Hud.AddChild<WireGatePanel>( "wire-gate-menu" );

Expand Down Expand Up @@ -278,7 +278,7 @@ public partial class WiringPanel : Panel

public WiringPanel()
{
SetTemplate( "/wirebox/ui/wiringhud.html" );
SetTemplate( "/ui/wiringhud.html" );
InputsPanel = GetChild( 0 ).GetChild( 0 );
OutputsPanel = GetChild( 0 ).GetChild( 1 );
}
Expand Down
2 changes: 1 addition & 1 deletion code/wirebox/ui/wiringhud.html → code/ui/wiringhud.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="/wirebox/ui/wiringhud.scss" />
<link rel="stylesheet" href="/ui/wiringhud.scss" />

<div>
<div class="wiring-tool-hud">
Expand Down
File renamed without changes.

0 comments on commit e12a8ba

Please sign in to comment.