Merge pull request #1 from Gerold55/master
New Textures & a Few Other Edits
@ -1,12 +1,30 @@
|
||||
-- microexpansion/storage.lua
|
||||
|
||||
-- [drive] 8k
|
||||
microexpansion.register_cell("cell_1k", {
|
||||
description = "1k ME Storage Cell",
|
||||
capacity = 1000,
|
||||
})
|
||||
|
||||
-- [drive] 8k
|
||||
microexpansion.register_cell("cell_2k", {
|
||||
description = "2k ME Storage Cell",
|
||||
capacity = 2000,
|
||||
})
|
||||
|
||||
-- [drive] 16k
|
||||
microexpansion.register_cell("cell_4k", {
|
||||
description = "4k ME Storage Cell",
|
||||
capacity = 4000,
|
||||
})
|
||||
|
||||
-- [drive] 16k
|
||||
microexpansion.register_cell("cell_8k", {
|
||||
description = "8k ME Storage Cell",
|
||||
capacity = 8000,
|
||||
})
|
||||
|
||||
-- [drive] 16k
|
||||
-- [drive] 32k
|
||||
microexpansion.register_cell("cell_16k", {
|
||||
description = "16k ME Storage Cell",
|
||||
capacity = 16000,
|
||||
|
BIN
textures/me_cell_bg.png
Normal file
After Width: | Height: | Size: 251 B |
BIN
textures/me_cell_dev.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
textures/me_drive_blank.png
Normal file
After Width: | Height: | Size: 214 B |
BIN
textures/me_drive_full.png
Normal file
After Width: | Height: | Size: 203 B |
BIN
textures/me_energycell_blank.png
Normal file
After Width: | Height: | Size: 347 B |
BIN
textures/me_energycell_charged.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
textures/me_energylink.png
Normal file
After Width: | Height: | Size: 305 B |
BIN
textures/me_interface.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
textures/me_manifold.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
textures/me_meteor.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
textures/me_meteor_2.png
Normal file
After Width: | Height: | Size: 363 B |
BIN
textures/me_meteor_3.png
Normal file
After Width: | Height: | Size: 362 B |
BIN
textures/me_quartz_crystal.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
textures/me_sky_stone_block.png
Normal file
After Width: | Height: | Size: 430 B |
BIN
textures/me_sky_stone_brick.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
textures/me_storagecomp_16k.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
textures/me_storagecomp_1k.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
textures/me_storagecomp_4k.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
textures/me_storagecomp_64k.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
textures/me_storagecomp_8k.png
Normal file
After Width: | Height: | Size: 322 B |
Before Width: | Height: | Size: 555 B After Width: | Height: | Size: 316 B |
BIN
textures/microexpansion_cell_1k.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
textures/microexpansion_cell_4k.png
Normal file
After Width: | Height: | Size: 317 B |
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 327 B |
BIN
textures/microexpansion_chest_front_full.png
Normal file
After Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 292 B After Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 254 B |