SL-18522 Use naming consistent with GLTF standard

master
Andrey Kleshchev 2022-11-02 01:07:37 +02:00
parent 757dc513db
commit 734e3fcb21
1 changed files with 3 additions and 3 deletions

View File

@ -131,15 +131,15 @@
top_pad="4"
width="96">
<combo_box.item
label="None"
label="Opaque"
name="None"
value="OPAQUE" />
<combo_box.item
label="Alpha blending"
label="Blend"
name="Alpha blending"
value="BLEND" />
<combo_box.item
label="Alpha masking"
label="Mask"
name="Alpha masking"
value="MASK" />
</combo_box>