diff --git a/test/files/correct/data_rp/ui/_global_variables.json b/test/files/correct/data_rp/ui/_global_variables.json new file mode 100644 index 00000000..c0811388 --- /dev/null +++ b/test/files/correct/data_rp/ui/_global_variables.json @@ -0,0 +1,4 @@ +{ + "$generic_button_text_color": [1.0, 1.0, 1.0], + "$_mark_color": [1, 1, 1] +} diff --git a/test/files/correct/data_rp/ui/_ui_defs.json b/test/files/correct/data_rp/ui/_ui_defs.json new file mode 100644 index 00000000..57de6f74 --- /dev/null +++ b/test/files/correct/data_rp/ui/_ui_defs.json @@ -0,0 +1,3 @@ +{ + "ui_defs": ["ui/some_file_path.json", "ui/some_other_file_path.json"] +}