36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://djtfmrjbe01c7"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ywdr7yob5t2w" path="res://graphics/Orange/texture_01.png" id="1_kfglw"]
|
|
[ext_resource type="Script" path="res://scripts/Box.cs" id="1_rm42w"]
|
|
[ext_resource type="Texture2D" uid="uid://chwbsjtku5ps0" path="res://graphics/texture_01.svg" id="3_lbckg"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_6js7j"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dsxvl"]
|
|
albedo_texture = ExtResource("1_kfglw")
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_6qu7a"]
|
|
albedo_color = Color(1, 0.482353, 0, 1)
|
|
albedo_texture = ExtResource("3_lbckg")
|
|
|
|
[node name="OrangeBox" type="Node3D"]
|
|
script = ExtResource("1_rm42w")
|
|
|
|
[node name="OrangeBoxRigidBody3D" type="RigidBody3D" parent="."]
|
|
mass = 1.5
|
|
|
|
[node name="OrangeBoxCollisionShapeBox" type="CollisionShape3D" parent="OrangeBoxRigidBody3D"]
|
|
transform = Transform3D(1.5, 0, 0, 0, 1.5, 0, 0, 0, 1.5, 0, 0, 0)
|
|
shape = SubResource("BoxShape3D_6js7j")
|
|
|
|
[node name="OrangeBoxCSGBox" type="CSGBox3D" parent="OrangeBoxRigidBody3D/OrangeBoxCollisionShapeBox"]
|
|
material_override = SubResource("StandardMaterial3D_dsxvl")
|
|
material = SubResource("StandardMaterial3D_6qu7a")
|
|
|
|
[node name="NumberLabel" type="Label3D" parent="OrangeBoxRigidBody3D/OrangeBoxCollisionShapeBox/OrangeBoxCSGBox"]
|
|
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
|