18 lines
502 B
Text
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
|