Skip to content

Commit

Permalink
made it look cooler
Browse files Browse the repository at this point in the history
  • Loading branch information
fchb1239 authored Jul 24, 2023
1 parent 2c62ff3 commit 629ec56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ComputerInterface/AirJumpEntry.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System;
using System;
using ComputerInterface.Interfaces;

namespace AirJump.ComputerInterface
namespace AirJump.CI
{
class AirJumpEntry : IComputerModEntry
{
public string EntryName => "AirJump";
public string EntryName => $"Air<color=#{AirJumpView.highlightColour}>Jump</color>";

// This is the first view that is going to be shown if the user select you mod
// The Computer Interface mod will instantiate your view
Expand Down

0 comments on commit 629ec56

Please sign in to comment.