fix lowres gfx
This commit is contained in:
parent
4375910d27
commit
263b7f6913
5 changed files with 7 additions and 11 deletions
|
@ -1,4 +1,10 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.2
|
||||
Date: 2022-07-21
|
||||
Fixes:
|
||||
- Fix crash due to low res sprite
|
||||
- Remove some startup logs
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.1
|
||||
Date: 2022-07-19
|
||||
Features:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 749 KiB After Width: | Height: | Size: 772 KiB |
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzgas",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Natural Gas",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -78,13 +78,3 @@ plant_e.energy_source = {
|
|||
-- plant_e.animation.west.layers[1].hr_version.tint = ptint
|
||||
data.raw["assembling-machine"]["basic-chemical-plant"] = plant_e
|
||||
-- end entity
|
||||
|
||||
log("BZZZZZZZZZZZ")
|
||||
log("")
|
||||
log("")
|
||||
log(serpent.dump(data.raw.item["basic-chemical-plant"]))
|
||||
log("")
|
||||
log("")
|
||||
log(serpent.dump(data.raw["assembling-machine"]["basic-chemical-plant"]))
|
||||
log("")
|
||||
log("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue