Updated Minecraft Classic lava animation algorithm (markdown)

Goodlyay 2018-02-17 15:27:37 -08:00
parent ef08dda9f6
commit 8d3899b983

@ -14,7 +14,7 @@ The second layer represents the potHeat,
The third layer represents the soupHeat.
All of these array values start at 0 when the game starts and are updated every frame
All of these array values start at 0 when the game starts and are updated every tick.
### Lava
---