Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 743bb74bd5 |
+1
-1
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>cultbaus</Authors>
|
||||
<Company>-</Company>
|
||||
<Version>0.0.3.7</Version>
|
||||
<Version>0.0.3.8</Version>
|
||||
<Description>This plugin manipulates flytext.</Description>
|
||||
<Copyright>-</Copyright>
|
||||
<PackageProjectUrl>https://github.com/cultbaus/CBT</PackageProjectUrl>
|
||||
|
||||
@@ -50,7 +50,7 @@ public class FontManager : IDisposable
|
||||
.ToList()
|
||||
.ForEach(file =>
|
||||
{
|
||||
Enumerable.Range(14, 32 - 14 + 1)
|
||||
Enumerable.Range(14, 64 - 14 + 1)
|
||||
.Where(i => i % 2 == 0)
|
||||
.ToList()
|
||||
.ForEach(size =>
|
||||
|
||||
Reference in New Issue
Block a user