mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-31 15:09:07 +07:00
Added basic enemy spawning, fixed turret base sprite, input place lag
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
@ -65,8 +65,7 @@ io.anuke.ucore.scene.ui.ImageButton$ImageButtonStyle: {
|
||||
static-down: {up: button-down },
|
||||
toggle: {checked: button-down, down: button-down, up: button, imageDisabledColor: lightgray, imageUpColor: white },
|
||||
togglemap: {down: button-map-down, up: button-map },
|
||||
select: {checked: button-select, up: clear },
|
||||
close-window: {up: button, imageUp: icon-close, imageOver: icon-close-over, imageDown: icon-close-down, disabled: button }
|
||||
select: {checked: button-select, up: clear }
|
||||
},
|
||||
io.anuke.ucore.scene.ui.ScrollPane$ScrollPaneStyle: {
|
||||
default: {background: border, vScroll: scroll, vScrollKnob: scroll-knob-vertical},
|
||||
|
Reference in New Issue
Block a user