experiments
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "furnace.h"
|
||||
#include "../util/atlas.h"
|
||||
#include "../util/font.h"
|
||||
#include "miner.h"
|
||||
|
||||
int scrollFrame = 0;
|
||||
unsigned long beltFrames = 0;
|
||||
@@ -145,6 +146,8 @@ void setupTiles() {
|
||||
TileRegistry[TYPE_FURNACE].outputLane[FURNACE_OUTPUT_SLOT] = 1;
|
||||
TileRegistry[TYPE_FURNACE].needsTicks = true;
|
||||
TileRegistry[TYPE_BELT].needsTicks = true;
|
||||
TileRegistry[TYPE_MINER].needsTicks = true;
|
||||
TileRegistry[TYPE_MINER].outputLane[MINER_OUTPUT_SLOT] = 1;
|
||||
}
|
||||
|
||||
uint16_t getBreakTime(int type) {
|
||||
|
Reference in New Issue
Block a user