DreamBall/elements/sign.tscn
Taevas f7e85724b3 reduce video memory usage by orders of magnitude
big fonts use lots of big lumalpha8, so just scale up small fonts
2025-03-25 23:18:33 +01:00

18 lines
502 B
Text

[gd_scene format=3 uid="uid://c77bli40240nk"]
[node name="Sign" type="Node3D"]
[node name="Text" type="Label3D" parent="."]
text = "Sample text"
font_size = 64
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, -5.1)
use_collision = true
size = Vector3(80, 30, 10)
[node name="CSGCylinder3D" type="CSGCylinder3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -138.981, -5)
use_collision = true
radius = 4.0
height = 256.0