Skip to content

Commit

Permalink
change the inner name of the mod
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Feb 13, 2025
1 parent 15ee738 commit 91b574d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: scheme-size
name: schema
displayName: Schema
subtitle: No longer just increases the schema size

Expand Down
2 changes: 1 addition & 1 deletion src/java/scheme/SchemeVars.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class SchemeVars {
"91.209.226.11");

public static void load() {
var pixmap = atlas.getPixmap("scheme-size-status-invincible").pixmap.outline(Pal.gray, 3);
var pixmap = atlas.getPixmap("schema-status-invincible").pixmap.outline(Pal.gray, 3);
var texture = new Texture(pixmap);
texture.setFilter(TextureFilter.linear);

Expand Down
1 change: 0 additions & 1 deletion src/java/scheme/moded/ModedBinding.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import arc.KeyBinds.KeybindValue;
import arc.input.KeyCode;
import arc.input.InputDevice.DeviceType;
import mindustry.input.Binding;
import mindustry.ui.dialogs.KeybindDialog;
import scheme.Main;

Expand Down
2 changes: 1 addition & 1 deletion src/resources/scripts/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// it is really useful for development
var mod = Vars.mods.getMod("scheme-size")
var mod = Vars.mods.getMod("schema")
var get = (pkg) => mod.loader.loadClass(pkg).newInstance()

// mod.loader is null on mobile devices
Expand Down

0 comments on commit 91b574d

Please sign in to comment.