Browse Source

add car size to UI

Sergiu 2 năm trước cách đây
mục cha
commit
c487edff18

+ 2 - 2
Content/ConfigurationData/Configuration.json

@@ -4,8 +4,8 @@
   "shaft_size_BD": 1400.0,
   "shaft_cutout_AC": 1470,
   "shaft_cutout_BD": 1440,
-  "car_size_AC": 1500.0,
-  "car_size_BD": 1400.0,
+  "car_size_AC": 1210.0,
+  "car_size_BD": 1315.0,
   "transport_heights": [3500, 3500],
   "headroom": 2500,
   "height": 9500,

+ 8 - 0
Content/ConfigurationData/UI_Text.json

@@ -27,6 +27,14 @@
     {
       "name": "cutout size ac",
       "text": { "en": "Cutout Size A/C", "cn": "预留尺寸(A/C)" }
+    },
+    {
+      "name": "car size ac",
+      "text": { "en": "Car Size A/C", "cn": "轿厢尺寸(A/C)" }
+    },
+    {
+      "name": "car size bd",
+      "text": { "en": "Car Size B/D", "cn": "轿厢尺寸(B/D)" }
     }
   ]
 }

BIN
Content/Localization/ViewModel.uasset


BIN
Content/_CibesConfigurator/Blueprints/Core/BP_GameInstance_Cibes.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Doors.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Configuration_Settings.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Prefab_CheckboxGroup_Conditional.uasset


BIN
Content/_CibesConfigurator/Widgets/WBP_Size.uasset