spool system redo nearly done
still need to fix unload
This commit is contained in:
parent
0ed04fbc93
commit
b83ef6b77b
12 changed files with 286 additions and 46 deletions
|
|
@ -6,8 +6,10 @@ class_name Spool
|
|||
@export var link : String
|
||||
# tags?
|
||||
|
||||
func list_string() -> String:
|
||||
func list_string(bold : bool = false) -> String:
|
||||
var result : String = name
|
||||
if bold:
|
||||
result = "**" + result + "**"
|
||||
if link:
|
||||
result = "[" + result +"]("+link+")"
|
||||
return result
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue