/atom/movable/screen/minimap_tool/draw_tool 
Vars | |
starting_coords | temporary existing list used to calculate a line between the start of a click and the end of a click |
---|---|
width | Width of the lines this is going to draw |
Procs | |
draw_line | proc for drawing a line from list(startx, starty) to list(endx, endy) on the screen. yes this is aa ripoff of [/proc/getline] |
Var Details
starting_coords 
temporary existing list used to calculate a line between the start of a click and the end of a click
width 
Width of the lines this is going to draw
Proc Details
draw_line
proc for drawing a line from list(startx, starty) to list(endx, endy) on the screen. yes this is aa ripoff of [/proc/getline]