Skip to content

Commit ac34fd9

Browse files
committed
cleanup
1 parent 3e24a00 commit ac34fd9

File tree

63 files changed

+40
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+40
-212
lines changed

Commands/SaveGameCommands.cs

Lines changed: 0 additions & 134 deletions
This file was deleted.

Commands/SettingsCommands.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using Galdr.Native;
3-
using Scum_Bag.Commands;
43
using Scum_Bag.DataAccess.Data;
54
using Scum_Bag.Models;
65
using Scum_Bag.Services;
@@ -31,7 +30,6 @@ static void Main()
3130
.SetMinSize(800, 600)
3231
.AddSingleton(config)
3332
.AddSingleton(loggingService)
34-
.AddSingleton<SaveGameCommands>()
3533
.AddSingleton<BackupService>()
3634
.AddSingleton<GameService>()
3735
.AddSingleton<SaveService>()

public/themes/aura-dark-amber/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
font-display: swap;
5858
font-style: normal;
5959
font-named-instance: "Regular";
60-
src: url("./fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
60+
src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
6161
}
6262
@font-face {
6363
font-family: "Inter var";
6464
font-weight: 100 900;
6565
font-display: swap;
6666
font-style: italic;
6767
font-named-instance: "Italic";
68-
src: url("./fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
68+
src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
6969
}
7070
:root {
7171
--blue-50:#f5f9ff;
-239 KB
Binary file not shown.
-222 KB
Binary file not shown.

public/themes/aura-dark-blue/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
font-display: swap;
5858
font-style: normal;
5959
font-named-instance: "Regular";
60-
src: url("./fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
60+
src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
6161
}
6262
@font-face {
6363
font-family: "Inter var";
6464
font-weight: 100 900;
6565
font-display: swap;
6666
font-style: italic;
6767
font-named-instance: "Italic";
68-
src: url("./fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
68+
src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
6969
}
7070
:root {
7171
--blue-50:#f5f9ff;
-239 KB
Binary file not shown.
-222 KB
Binary file not shown.

public/themes/aura-dark-cyan/theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
font-display: swap;
5858
font-style: normal;
5959
font-named-instance: "Regular";
60-
src: url("./fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
60+
src: url("../fonts/Inter-roman.var.woff2?v=3.19") format("woff2");
6161
}
6262
@font-face {
6363
font-family: "Inter var";
6464
font-weight: 100 900;
6565
font-display: swap;
6666
font-style: italic;
6767
font-named-instance: "Italic";
68-
src: url("./fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
68+
src: url("../fonts/Inter-italic.var.woff2?v=3.19") format("woff2");
6969
}
7070
:root {
7171
--blue-50:#f5f9ff;

0 commit comments

Comments
 (0)