|
|
@ -940,6 +940,9 @@ end
|
|
|
|
function FRAME_BOLD()
|
|
|
|
function FRAME_BOLD()
|
|
|
|
return make_frame(textures.tp_border_bold, true)
|
|
|
|
return make_frame(textures.tp_border_bold, true)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
function FRAME_THIN()
|
|
|
|
|
|
|
|
return make_frame(textures.tp_border_thin, false)
|
|
|
|
|
|
|
|
end
|
|
|
|
function FRAME_INTERIOR()
|
|
|
|
function FRAME_INTERIOR()
|
|
|
|
local frame = make_frame(textures.tp_border_thin, false)
|
|
|
|
local frame = make_frame(textures.tp_border_thin, false)
|
|
|
|
frame.signature_pen = false
|
|
|
|
frame.signature_pen = false
|
|
|
|