Sprite updates
@ -20,6 +20,9 @@ deploy:
|
||||
tags: true
|
||||
- provider: script
|
||||
script: bash update_wiki.sh
|
||||
on:
|
||||
repo: Anuken/Mindustry
|
||||
tags: true
|
||||
env:
|
||||
global:
|
||||
secure: TqlUl/ojjkCMVOGbCTKz7Cnr4F08UyWzY/CiJ0vvUOGJGZ1qm7XavAlDf5XT0egU4mvr37THubFO8vojbqmrmy0oZnYh3njKFA8axgyZ8PyKkjGHOfd0i6qyEWsOr9H90/2X8r3LwEeLaDFyHpu3wljIGBjweg53g2qwmDwCFa9UR80FJZ+xDB+rD6B3cXT0DTEkCoLZXLqXm0Y3HvBdSuBL1LR/FNb2BSxNq+tNLGiz1kdQZV5erausbbZypBoGxzz63xAnyz2kkFz73A8xQYVTzGbFodTPz7HM13GVZ5s43I03Y+HYyHBgBaSLziO2hi2kzVJccOwzBp7wS4fs1MqsFY5+IeWJ9k+hm89NiYT7+6zlEgoUMlIniny1qLqWTzx7btUeuC/y/h5TVBNgaV+z0jmHycHfeSyq5I+vmX4J8qe3wmaN8TcdqYKU5nIznOTk3CM5Fzu0Bs9vkCkOxmormmcjMFW1RbdOLc/hpZWZggsBA88sNEAI8eq+r5QEeqzeCx8YKoZDjdrsqvgLMc3El3gS9oMGxkn0Y/TEcqs9Tc4BXtTkqIA68hD0DYzlAxYjVbbkAI9Hh9lHNvV3Dr/oCkGXQ/HflM143kj1L3tSBZpqeqQE2XhngB5nqpS3OZTmZbMTQ8qD2luU18yaTGMLF5tJS/fdKPRx0gQ1kL8=
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 125 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 165 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 175 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 197 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 155 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 295 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 276 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 427 B After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 291 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 111 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 541 B After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 280 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 711 B After Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 254 KiB After Width: | Height: | Size: 254 KiB |
Before Width: | Height: | Size: 276 KiB After Width: | Height: | Size: 276 KiB |
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 242 KiB |
Before Width: | Height: | Size: 346 KiB After Width: | Height: | Size: 346 KiB |
Before Width: | Height: | Size: 274 KiB After Width: | Height: | Size: 272 KiB |
Before Width: | Height: | Size: 278 KiB After Width: | Height: | Size: 278 KiB |
@ -40,7 +40,7 @@ public class Conduit extends LiquidBlock{
|
||||
|
||||
ConduitEntity entity = tile.entity();
|
||||
entity.blendbits = 0;
|
||||
entity.blendshadowrot = -1;
|
||||
entity.blendrot = 0;
|
||||
|
||||
if(blends(tile, 2) && blends(tile, 1) && blends(tile, 3)){
|
||||
entity.blendbits = 3;
|
||||
@ -52,10 +52,8 @@ public class Conduit extends LiquidBlock{
|
||||
entity.blendbits = 4;
|
||||
}else if(blends(tile, 1)){
|
||||
entity.blendbits = 5;
|
||||
entity.blendshadowrot = 0;
|
||||
}else if(blends(tile, 3)){
|
||||
entity.blendbits = 1;
|
||||
entity.blendshadowrot = 1;
|
||||
}
|
||||
}
|
||||
|
||||
@ -116,6 +114,6 @@ public class Conduit extends LiquidBlock{
|
||||
public float smoothLiquid;
|
||||
|
||||
byte blendbits;
|
||||
int blendshadowrot;
|
||||
int blendrot;
|
||||
}
|
||||
}
|
||||
|