Skip to content

Commit

Permalink
Update EntityAnno Version
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Mar 31, 2024
1 parent a7fc220 commit 74eaa3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ modArtifact = MeepscCont
# EntityAnno version, for integrating syntax-downgrader and entity annotation processor.
# The exact version you need should be looked up on the project's `README.md`
# (see https://github.com/GlennFolker/EntityAnno?tab=readme-ov-file#version-compatibility).
entVersion = v146.0.1
entVersion = v146.0.3
# Set to `true` if the mod is compiled against Mindustry bleeding-edge build.
# See documents on `mindustryVersion` and `mindustryBEVersion`.
mindustryBE = false
Expand Down
2 changes: 1 addition & 1 deletion src/progressed/content/bullets/PayloadBullets.java
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public static void load(){
starIn = Color.white;
starWidth = 8f * tilesize;
starHeight = 3f * tilesize;
slashOffsetStart = 8f;
slashOffsetStart = 24f;
slashOffsetEnd = 32f;
slashWidthTo = 0.25f * tilesize;
}};
Expand Down

0 comments on commit 74eaa3b

Please sign in to comment.