add text3d.get_axis_x, .set_axis_x, .get_axis_y, .set_axis_y

This commit is contained in:
MihailRis
2024-11-15 03:09:05 +03:00
parent 525cf1ed4b
commit a8388a6243
5 changed files with 61 additions and 7 deletions
+3 -3
View File
@@ -28,10 +28,10 @@ function on_hud_open()
end)
note = gfx.text3d.new({0.5, 99.5, 0.0015}, "Segmentation fault", {
scale=0.005,
color={0, 0, 0, 1},
display="projected",
perspective=1.0,
scale=2.0
display="static_billboard",
xray_opacity=0.2
})
end