add add_card_to_set script function

make styling_data initializable in new_card script function
This commit is contained in:
GenevensiS
2025-07-19 18:18:33 +02:00
parent 45d48d67b1
commit d85f5a4927
6 changed files with 139 additions and 20 deletions
@@ -96,6 +96,9 @@ $built_in_functions = array(
'built_in_image' =>'',
// cards
'new_card' =>'',
'add_card_to_set' =>'',
'get_card_styling' =>'',
'get_card_stylesheet' =>'',
// html export
'to_html' =>'',
'symbols_to_html' =>'',