Evolution/scenes/GreenBox.tscn

30 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://dqp4wlr2qj31f"]
[ext_resource type="Script" path="res://scripts/Box.cs" id="1_n6qd4"]
[ext_resource type="Texture2D" uid="uid://t6dhnlaum666" path="res://graphics/Green/texture_01.png" id="1_u4pby"]
[sub_resource type="BoxShape3D" id="BoxShape3D_ii5xl"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_ad5i3"]
albedo_texture = ExtResource("1_u4pby")
[node name="GreenBox" type="Node3D"]
script = ExtResource("1_n6qd4")
[node name="GreenBox" type="RigidBody3D" parent="."]
mass = 2.0
[node name="CollisionShapeBox" type="CollisionShape3D" parent="GreenBox"]
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0, 0)
shape = SubResource("BoxShape3D_ii5xl")
[node name="CSGBox" type="CSGBox3D" parent="GreenBox/CollisionShapeBox"]
material = SubResource("StandardMaterial3D_ad5i3")
[node name="NumberLabel" type="Label3D" parent="GreenBox/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