Initial commit
This commit is contained in:
22
scenes/objects/Cube.tscn
Normal file
22
scenes/objects/Cube.tscn
Normal file
@@ -0,0 +1,22 @@
|
||||
[gd_scene format=3 uid="uid://b58fh1sxljslo"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cl65sdce7cjce" path="res://assets/textures/debug/32.png" id="1_1r700"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_odh56"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_dtkl6"]
|
||||
albedo_texture = ExtResource("1_1r700")
|
||||
uv1_triplanar = true
|
||||
texture_filter = 0
|
||||
|
||||
[sub_resource type="BoxMesh" id="BoxMesh_5l2nu"]
|
||||
|
||||
[node name="Cube" type="StaticBody3D" unique_id=719944821]
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=98294870]
|
||||
shape = SubResource("BoxShape3D_odh56")
|
||||
|
||||
[node name="MeshInstance3D" type="MeshInstance3D" parent="." unique_id=259688884]
|
||||
material_override = SubResource("StandardMaterial3D_dtkl6")
|
||||
mesh = SubResource("BoxMesh_5l2nu")
|
||||
Reference in New Issue
Block a user