Evolution/scenes/RedBox.tscn

29 lines
1.1 KiB
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://bxa0dvonmob7f"]
[ext_resource type="Texture2D" uid="uid://nd8t6a06a88p" path="res://graphics/Red/texture_01.png" id="1_tjyvj"]
[ext_resource type="Script" path="res://scripts/Box.cs" id="1_yuoq4"]
[sub_resource type="BoxShape3D" id="BoxShape3D_maiwq"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_lit0u"]
albedo_texture = ExtResource("1_tjyvj")
[node name="RedBox" type="Node3D"]
script = ExtResource("1_yuoq4")
[node name="RedBox" type="RigidBody3D" parent="."]
[node name="CollisionShapeBox" type="CollisionShape3D" parent="RedBox"]
transform = Transform3D(2.5, 0, 0, 0, 2.5, 0, 0, 0, 2.5, 0, 0, 0)
shape = SubResource("BoxShape3D_maiwq")
[node name="CSGBox" type="CSGBox3D" parent="RedBox/CollisionShapeBox"]
material_override = SubResource("StandardMaterial3D_lit0u")
[node name="NumberLabel" type="Label3D" parent="RedBox/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