mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Decreased slag viscosity
This commit is contained in:
parent
849943a0de
commit
5e10c9d416
@ -18,7 +18,7 @@ public class Liquids implements ContentList{
|
||||
|
||||
slag = new Liquid("slag", Color.valueOf("ffa166")){{
|
||||
temperature = 1f;
|
||||
viscosity = 0.8f;
|
||||
viscosity = 0.7f;
|
||||
effect = StatusEffects.melting;
|
||||
lightColor = Color.valueOf("f0511d").a(0.4f);
|
||||
}};
|
||||
|
@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=d9f2b846e51e511aa4985c32297f6cdc8552ca87
|
||||
archash=e17afc5fd9f8b5285d3e82378ef845ce3e5f9e11
|
||||
|
Loading…
Reference in New Issue
Block a user