diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-03 21:46:56 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-03 21:46:56 +0100 |
commit | d9c7e1957e9ce04d409b5ec598f6b986ccb8d9e4 (patch) | |
tree | e11bd8db93825135a3979bbfbc8ab87890b28f8e | |
parent | 563153d65f177605a836d1283aac14aa88435c54 (diff) |
launch
-rw-r--r-- | john.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ function main() local total_width = 0 for ix,iname in ipairs(monitors) do local mon = peripheral.wrap(iname) + mon.setTextScale(0.5) total_width = total_width + (mon.getSize())*2 end local leftover = total_width - W |