Skip to content

Commit

Permalink
fix: GWT stuff again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxTray committed Sep 23, 2024
1 parent 72bb493 commit 3bf175e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/ui/skin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in assets/ui/skin.json

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Problematic whitespace

File 'skin.json' uses tabs for indentation
com.badlogic.gdx.graphics.g2d.BitmapFont: {
default: { file: ../com/badlogic/gdx/utils/lsans-15.fnt }
default: { file: com/badlogic/gdx/utils/lsans-15.fnt }
},
com.badlogic.gdx.graphics.Color: {
white: { r: 1, g: 1, b: 1, a: 1 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<source path="" />
<!-- Reflection includes may be needed for your code or library code. Each value is separated by periods ('.'). -->
<!-- You can include a full package by not including the name of a type at the end. -->
<extend-configuration-property name="gdx.reflect.include" value="io.github.alxtray.groundclimber.levelData.LevelData" />
<extend-configuration-property name="gdx.reflect.include" value="io.github.alxtray.groundclimber.level.LevelData" />
</module>

0 comments on commit 3bf175e

Please sign in to comment.