mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Fixed #3422
This commit is contained in:
parent
242109f34e
commit
3b609f698a
@ -485,6 +485,10 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
|
||||
hoverLabel.remove();
|
||||
}
|
||||
|
||||
if(launching && selected != null){
|
||||
lookAt(selected, 0.1f);
|
||||
}
|
||||
|
||||
if(showing()){
|
||||
Sector to = newPresets.peek();
|
||||
|
||||
|
@ -174,7 +174,7 @@ public class UnitFactory extends UnitBlock{
|
||||
i.setScaling(Scaling.fit);
|
||||
i.setColor(currentPlan == -1 ? Color.lightGray : Color.white);
|
||||
}).size(32).padBottom(-4).padRight(2);
|
||||
t.label(() -> currentPlan == -1 ? "@none" : plans.get(currentPlan).unit.localizedName).color(Color.lightGray);
|
||||
t.label(() -> currentPlan == -1 ? "@none" : plans.get(currentPlan).unit.localizedName).wrap().width(230f).color(Color.lightGray);
|
||||
}).left();
|
||||
}
|
||||
|
||||
|
10
fastlane/metadata/android/en-US/changelogs/29702.txt
Normal file
10
fastlane/metadata/android/en-US/changelogs/29702.txt
Normal file
@ -0,0 +1,10 @@
|
||||
- Sound fixes for various platforms
|
||||
- Added a few new sound effects
|
||||
- Added stats for unit weapons (Contributed by @genNAowl)
|
||||
- Logic: Added logical AND operation
|
||||
- Disabled automatic targeting of derelict structures
|
||||
- Campaign: Many various bugfixes
|
||||
- Campaign: Added random water pool generation
|
||||
- Campaign: Added more preset sectors
|
||||
- Campaign: Removed item/liquid research costs, items are now discovered upon production
|
||||
- Campaign: More scrap generation
|
Loading…
Reference in New Issue
Block a user