Main menu
This commit is contained in:
parent
4432e1d3cb
commit
3553152649
15 changed files with 234 additions and 561 deletions
BIN
core/assets/music/TheComplex.mp3
Normal file
BIN
core/assets/music/TheComplex.mp3
Normal file
Binary file not shown.
|
@ -6,13 +6,9 @@ com.badlogic.gdx.graphics.Color: {
|
|||
black: { a: 1, b: 0, g: 0, r: 0 },
|
||||
},
|
||||
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
|
||||
default: { down: default-round-down, up: default-round, font: default-font, fontColor: white },
|
||||
default: { down: default-round-down, up: default-round, font: default-font, fontColor: white, overFontColor: red },
|
||||
toggle: { down: default-round-down, up: default-round, checked: default-round-down, font: default-font, fontColor: white, downFontColor: red }
|
||||
},
|
||||
com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: {
|
||||
default-horizontal: { background: default-slider, knob: default-slider-knob },
|
||||
default-vertical: { background: default-slider, knob: default-round-large }
|
||||
},
|
||||
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {
|
||||
default: { font: default-font, fontColor: white }
|
||||
},
|
||||
|
|
BIN
core/assets/textures/leaderboardBackground.jpg
Normal file
BIN
core/assets/textures/leaderboardBackground.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 280 KiB |
BIN
core/assets/textures/menuBackground.jpg
Normal file
BIN
core/assets/textures/menuBackground.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 KiB |
Reference in a new issue