Dragging and pasting images
cool!
creating a code box:
function mds:findMidpoint( a,b,i ) β left to right
local adj = self:adjustY(i)
local newX = (a[1] + b[1]) * 0.5
local newY = (a[2] + b[2]) * 0.5
--local newY = a.y + mAbs(a.y - b.y) + adjustY()
local midpoint = {[1]= newX, [2] = newY, [3]= adj}
return midpoint
end
2 Likes
My response? Gotta learn the keyboard shortcuts as I inadvertently posted the messages instead of doing whatever shortcut I was trying to achieve
I like it! Except that it made me write 50 characters :-(.
XeduR
March 15, 2020, 1:11pm
4
I like where this is going. Itβll take some elbow grease and these will turn out great.
I'm also hoping that these simplified reply options will make the code formatting option easier to find in the future :D