improved output

This commit is contained in:
navid.sassan 2021-04-02 17:31:47 +02:00
parent a441f3c851
commit 8b086b00fe

View File

@ -78,6 +78,7 @@ function recv()
write('Unknown\n') write('Unknown\n')
end end
term.setBackgroundColor(colors.black) term.setBackgroundColor(colors.black)
print()
print('Draconic Storage') print('Draconic Storage')
print('Current: ' .. de_store_energy_stored) print('Current: ' .. de_store_energy_stored)
print('Max: ' .. de_store_max_energy_stored) print('Max: ' .. de_store_max_energy_stored)