add 'xray_opacity' NotePreset property

This commit is contained in:
MihailRis
2024-11-15 00:38:41 +03:00
parent 3a1e90f517
commit ef644ca56d
6 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ function on_hud_open()
note = gfx.text3d.new({0.5, 99.5, 0.0015}, "Segmentation fault", {
scale=0.005,
color={0, 0, 0, 1},
displayMode="static_billboard"
display_mode="static_billboard",
xray_opacity=0.2
})
end