From fe263eaffbe3646b7cf3b7fe9cabb03e2383a1e2 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 24 Oct 2023 19:49:03 +0200 Subject: [PATCH] Adding test files --- test/files/correct/data_rp/ui/_global_variables.json | 4 ++++ test/files/correct/data_rp/ui/_ui_defs.json | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 test/files/correct/data_rp/ui/_global_variables.json create mode 100644 test/files/correct/data_rp/ui/_ui_defs.json 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"] +}