Advertisement
Guest User

Untitled

a guest
May 20th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. {
  2. com.badlogic.gdx.graphics.g2d.BitmapFont: {
  3. darePixel_10: {
  4. file: darePixel_10.fnt
  5. }
  6. darePixelOutline: {
  7. file: darePixelOutline.fnt
  8. }
  9. darePixelSmall_7: {
  10. file: darePixelSmall_7.fnt
  11. }
  12. equipment_16: {
  13. file: equipment_16.fnt
  14. }
  15. equipment_outline: {
  16. file: equipment_outline.fnt
  17. }
  18. }
  19. com.badlogic.gdx.graphics.Color: {
  20. checked: {
  21. r: 0.7066667
  22. g: 0.8004673
  23. b: 1
  24. a: 1
  25. }
  26. dark: {
  27. r: 0.68333334
  28. g: 0.68333334
  29. b: 0.68333334
  30. a: 1
  31. }
  32. gray: {
  33. r: 0.91666675
  34. g: 0.91666675
  35. b: 0.91666675
  36. a: 1
  37. }
  38. normalButton: {
  39. r: 0.7266667
  40. g: 0.8731638
  41. b: 1
  42. a: 1
  43. }
  44. over: {
  45. r: 0.92333335
  46. g: 0.9884063
  47. b: 1
  48. a: 1
  49. }
  50. pressed: {
  51. r: 0.64
  52. g: 0.8450401
  53. b: 1
  54. a: 1
  55. }
  56. RGBA_132_132_132_255: {
  57. r: 0.5833333
  58. g: 0.5833333
  59. b: 0.5833333
  60. a: 1
  61. }
  62. RGBA_192_192_192_255: {
  63. r: 0.75
  64. g: 0.75
  65. b: 0.75
  66. a: 1
  67. }
  68. RGBA_255_120_120_255: {
  69. r: 1
  70. g: 0.6
  71. b: 0.6
  72. a: 1
  73. }
  74. slightRed: {
  75. r: 1
  76. g: 0.76666665
  77. b: 0.76666665
  78. a: 1
  79. }
  80. veryRed: {
  81. r: 0.91666675
  82. g: 0.33305556
  83. b: 0.33305556
  84. a: 1
  85. }
  86. }
  87. com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: {
  88. button1_pressed: {
  89. name: button1
  90. color: pressed
  91. }
  92. button1_over: {
  93. name: button1
  94. color: over
  95. }
  96. button2_over: {
  97. name: button2
  98. color: over
  99. }
  100. button2_pressed: {
  101. name: button2
  102. color: pressed
  103. }
  104. button2_gray: {
  105. name: button2
  106. color: gray
  107. }
  108. button2_checked: {
  109. name: button2_shine
  110. color: checked
  111. }
  112. button1_disabled: {
  113. name: button1
  114. color: dark
  115. }
  116. knob_over: {
  117. name: knob
  118. color: over
  119. }
  120. knob_pressed: {
  121. name: knob
  122. color: pressed
  123. }
  124. close_over: {
  125. name: close
  126. color: slightRed
  127. }
  128. close_down: {
  129. name: close
  130. color: veryRed
  131. }
  132. back4_disabled: {
  133. name: back4
  134. color: dark
  135. }
  136. back4_pressed: {
  137. name: back4
  138. color: pressed
  139. }
  140. back4_gray2: {
  141. name: back4
  142. color: RGBA_192_192_192_255
  143. }
  144. back4_gray1: {
  145. name: back4
  146. color: RGBA_132_132_132_255
  147. }
  148. button1_white_gray1: {
  149. name: button1
  150. color: gray
  151. }
  152. button1_white_gray2: {
  153. name: button1_white
  154. color: dark
  155. }
  156. button1_checked: {
  157. name: button1
  158. color: normalButton
  159. }
  160. back4_checked: {
  161. name: back4
  162. color: checked
  163. }
  164. closeSmall_3: {
  165. name: closeSmall
  166. color: veryRed
  167. }
  168. closeSmall_2: {
  169. name: closeSmall
  170. color: RGBA_255_120_120_255
  171. }
  172. checkBox_blue: {
  173. name: checkBox
  174. color: normalButton
  175. }
  176. checkBox_over: {
  177. name: checkBox
  178. color: over
  179. }
  180. checkBox_pressed: {
  181. name: checkBox
  182. color: pressed
  183. }
  184. checkBox2_over: {
  185. name: checkBox2
  186. color: over
  187. }
  188. checkBox2_pressed: {
  189. name: checkBox2
  190. color: pressed
  191. }
  192. checkBox2_blue: {
  193. name: checkBox2
  194. color: normalButton
  195. }
  196. }
  197. com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: {
  198. default: {
  199. up: button1_checked
  200. down: button1_pressed
  201. over: button1_over
  202. disabled: button1_disabled
  203. }
  204. tab: {
  205. up: button2_gray
  206. down: button2_pressed
  207. over: button2_shine
  208. checked: button2_checked
  209. }
  210. close: {
  211. up: close
  212. down: close_down
  213. over: close_over
  214. }
  215. back: {
  216. up: back4_grey
  217. down: back4_pressed
  218. over: back4_gray2
  219. checked: back4_checked
  220. disabled: back4_disabled
  221. }
  222. white: {
  223. up: button1_white_gray1
  224. down: button1_white_gray2
  225. over: button1
  226. disabled: button1_disabled
  227. }
  228. checked: {
  229. up: button1
  230. down: button1_pressed
  231. over: button1_white
  232. checked: button1_checked
  233. disabled: button1_disabled
  234. }
  235. closeS: {
  236. up: closeSmall
  237. down: closeSmall_3
  238. over: closeSmall_2
  239. }
  240. checkbox: {
  241. up: checkBox2_blue
  242. down: checkBox2_pressed
  243. over: checkBox2
  244. checked: checkBox_blue
  245. checkedOver: checkBox
  246. }
  247. }
  248. com.badlogic.gdx.scenes.scene2d.ui.ScrollPane$ScrollPaneStyle: {
  249. default: {
  250. hScroll: back3_2
  251. hScrollKnob: knob
  252. vScroll: back3
  253. vScrollKnob: knob
  254. }
  255. back: {
  256. background: back4transp
  257. hScroll: back3_2
  258. hScrollKnob: knob
  259. vScroll: back3
  260. vScrollKnob: knob
  261. }
  262. }
  263. com.badlogic.gdx.scenes.scene2d.ui.Slider$SliderStyle: {
  264. default-horizontal: {
  265. knobOver: knob_over
  266. knobDown: knob_pressed
  267. background: back3
  268. knob: knob
  269. }
  270. }
  271. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement