add 'perspective' NotePreset property

This commit is contained in:
MihailRis
2024-11-15 02:21:05 +03:00
parent 2147f507a6
commit 525cf1ed4b
6 changed files with 26 additions and 3 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ function on_hud_open()
note = gfx.text3d.new({0.5, 99.5, 0.0015}, "Segmentation fault", {
color={0, 0, 0, 1},
display="projected"
display="projected",
perspective=1.0,
scale=2.0
})
end