Add annotation set transform framework

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-14 08:41:59 -07:00
parent 7cba86ce30
commit dd475f29c7
3 changed files with 29 additions and 9 deletions

View File

@@ -3,5 +3,6 @@ $magicWords = [];
$magicWords['en'] = [
'glmv_view' => [ 1, "view=$1" ],
'glmv_hsset' => [1, "set=$1"]
'glmv_hsset' => [1, "set=$1"],
'glmv_settrans' => [1, "transform=$1"]
];