diff --git a/android/assets/textures/level.json b/android/assets/textures/level.json index 69fcc51..d711183 100644 --- a/android/assets/textures/level.json +++ b/android/assets/textures/level.json @@ -56,12 +56,9 @@ cout_down: { name: cout, color: veryred }, cout_over: { name: cout, color: red }, cout_disabled: { name: cout, color: lowgrey }, - leveler4_down: { name: rayon, color: veryred }, - leveler4_over: { name: rayon, color: red }, - leveler4_disabled: { name: rayon, color: lowgrey }, - rayon_down: { name: leveler4, color: veryred }, - rayon_over: { name: leveler4, color: red }, - rayon_disabled: { name: leveler4, color: lowgrey }, + rayon_down: { name: rayon, color: veryred }, + rayon_over: { name: rayon, color: red }, + rayon_disabled: { name: rayon, color: lowgrey }, nrj_down: { name: nrj, color: veryred }, nrj_over: { name: nrj, color: red }, nrj_disabled: { name: nrj, color: lowgrey }, diff --git a/android/assets/textures/ui.atlas b/android/assets/textures/ui.atlas index b694fb9..988017a 100644 --- a/android/assets/textures/ui.atlas +++ b/android/assets/textures/ui.atlas @@ -1,15 +1,8 @@ ui.png format: RGBA8888 -filter: Nearest,Nearest +filter: Linear,Linear repeat: none -default -rotate: false -xy: 1, 50 -size: 254, 77 -orig: 254, 77 -offset: 0, 0 -index: -1 default-window rotate: false xy: 1, 20 diff --git a/android/assets/textures/ui.json b/android/assets/textures/ui.json index 663e555..54f0bb6 100644 --- a/android/assets/textures/ui.json +++ b/android/assets/textures/ui.json @@ -1,5 +1,5 @@ { -com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: default.fnt } }, +com.badlogic.gdx.graphics.g2d.BitmapFont: { default-font: { file: fonts/OpenDyslexicAlta-22.fnt } }, com.badlogic.gdx.graphics.Color: { green: { a: 1, b: 0, g: 1, r: 0 }, white: { a: 1, b: 1, g: 1, r: 1 }, diff --git a/android/assets/textures/ui.png b/android/assets/textures/ui.png index f51c5bd..2342a32 100644 Binary files a/android/assets/textures/ui.png and b/android/assets/textures/ui.png differ