visual: ajout de textures

This commit is contained in:
Nicolas Hordé 2016-01-14 23:50:51 +01:00
parent 2d8a6a7124
commit 3a6ac43a75
9 changed files with 1176 additions and 1118 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -99,6 +99,7 @@
info_cout: { disabledFontColor:white, fontColor:white, overFontColor:red ,up: cout , down: cout, over:cout, disabled:cout, font: OpenDyslexicAlta-20, pressedOffsetY: -35, unpressedOffsetY: -37, checkedOffsetY: -37 }
info_tech: { disabledFontColor:white, fontColor:white, overFontColor:red ,up: tech , down: tech, over:tech, disabled:tech, font: OpenDyslexicAlta-20, pressedOffsetY: -35, unpressedOffsetY: -37, checkedOffsetY: -37 }
default: { checkedFontColor:red,disabledFontColor:white, fontColor:white, overFontColor:red , font: OpenDyslexicAlta-25, pressedOffsetY: 0, unpressedOffsetY: -2 }
}
com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: {
Exit: { up: exit2 , down: exit2_down, over:exit2_over}
@ -132,6 +133,9 @@
info_cycleval: { up: jauge3 }
info_tempval: { up: jauge3 }
info_rayonval: { up: jauge3 }
MenuSolo: { up: menu1 }
MenuMulti: { up: menu2 }
MenuScenario: { up: menu3 }
}
com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: {

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 KiB

After

Width:  |  Height:  |  Size: 887 KiB

View File

@ -52,7 +52,7 @@ com.badlogic.gdx.scenes.scene2d.ui.CheckBox$CheckBoxStyle: {
default: { checkboxOn: check-on, checkboxOff: check-off, font: default-font, fontColor: white }
},
com.badlogic.gdx.scenes.scene2d.ui.List$ListStyle: {
default: { fontColorUnselected: white, selection: default-rect-pad, fontColorSelected: white, font: default-font, background: default-window }
default: { fontColorUnselected: white, selection: default-rect-pad, fontColorSelected: white, font: default-font, background: dialogDim }
},
com.badlogic.gdx.scenes.scene2d.ui.Touchpad$TouchpadStyle: {
default: { background: default-pane, knob: default-round-large }

View File

@ -77,8 +77,8 @@ eclipse {
}
jdt {
sourceCompatibility = 1.6
targetCompatibility = 1.6
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
classpath {