TestGame/assets/objects/box_small/box_small.tscn
2024-12-27 21:00:07 +01:00

24 lines
996 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://s1ftlvvluili"]
[ext_resource type="Texture2D" uid="uid://c4vvb6uitdpwj" path="res://assets/objects/kenney_prototype-textures/PNG/Red/texture_01.png" id="1_f4o0k"]
[sub_resource type="BoxShape3D" id="BoxShape3D_w7cyf"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_tx180"]
albedo_texture = ExtResource("1_f4o0k")
[sub_resource type="BoxMesh" id="BoxMesh_u56mx"]
material = SubResource("StandardMaterial3D_tx180")
[node name="Box" type="Node3D"]
[node name="StaticBody3D" type="StaticBody3D" parent="."]
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
transform = Transform3D(0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0.000184551, -0.000704616, 0.000337839)
shape = SubResource("BoxShape3D_w7cyf")
[node name="MeshInstance3D" type="MeshInstance3D" parent="StaticBody3D"]
transform = Transform3D(0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0.000963956, 5.96046e-08, -0.000526607)
mesh = SubResource("BoxMesh_u56mx")