30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://dgufgjsdd5407"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Box.cs" id="1_2d1m8"]
|
|
[ext_resource type="Texture2D" uid="uid://ddeeit3c8mjq3" path="res://graphics/Purple/texture_01.png" id="1_wgiq5"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_ii62c"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ge8g8"]
|
|
albedo_texture = ExtResource("1_wgiq5")
|
|
|
|
[node name="PurpleBox" type="Node3D"]
|
|
script = ExtResource("1_2d1m8")
|
|
|
|
[node name="PurpleBox" type="RigidBody3D" parent="."]
|
|
mass = 3.0
|
|
|
|
[node name="CollisionShapeBox" type="CollisionShape3D" parent="PurpleBox"]
|
|
transform = Transform3D(3, 0, 0, 0, 3, 0, 0, 0, 3, 0, 0, 0)
|
|
shape = SubResource("BoxShape3D_ii62c")
|
|
|
|
[node name="CSGBox" type="CSGBox3D" parent="PurpleBox/CollisionShapeBox"]
|
|
material_override = SubResource("StandardMaterial3D_ge8g8")
|
|
|
|
[node name="NumberLabel" type="Label3D" parent="PurpleBox/CollisionShapeBox/CSGBox"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.501989)
|
|
modulate = Color(0, 0, 0, 1)
|
|
outline_modulate = Color(1, 1, 1, 1)
|
|
text = "1"
|
|
font_size = 64
|