localization pattern

This commit is contained in:
GenevensiS
2025-04-11 03:25:21 +02:00
parent cdfec5d00c
commit 1a3940c16d
3 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ Load an image from outside the data folder. Intended for use from the CLI.
| @input@ [[type:string]] Full path of the image to load
--Examples--
> import_image("D:/Art/Ajani.png")
> new_card([image: import_image("D:/Art/Ajani.png"), card_color: "green"])