-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathtodo
More file actions
18 lines (15 loc) · 709 Bytes
/
todo
File metadata and controls
18 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
___________________________________________
| 1 2 3 4 5 6 7 |
| [|||] [|||] [|||] [|||] [+++] [@@@] [|||] |
| [@@@] [+++] [+++] [@@@] [@@@] [|||] [+++] |
| [@@@] [|||] [+++] [+++] [@@@] [|||] [+++] |
| [|||] [@@@] [|||] [@@@] [|||] [|||] [@@@] |
| [|||] [@@@] [|||] [|||] [|||] [|||] [@@@] |
| [|||] [|||] [+++] [+++] [@@@] [@@@] [|||] |
| |
-------------------------------------------
field.w = 43
block.w = 5
padding = 1
count = 7
block.w = (field.w - padding) / count - padding;