retopo arm cause the lighting was fucked

This commit is contained in:
oughtum 2024-08-16 21:31:09 +01:00
parent 476d817a63
commit 1997762e82
7 changed files with 26 additions and 23 deletions

View file

@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://dgm3241ceqpim"]
[gd_scene load_steps=4 format=3 uid="uid://dgm3241ceqpim"]
[ext_resource type="Script" path="res://body.gd" id="1_21au4"]
[ext_resource type="Script" path="res://scripts/body.gd" id="1_21au4"]
[ext_resource type="PackedScene" uid="uid://nusoljma3t55" path="res://scenes/pickaxe_arm.tscn" id="2_m4hhp"]
[sub_resource type="SphereMesh" id="SphereMesh_jcpb6"]
radius = 5.0
@ -12,5 +13,7 @@ script = ExtResource("1_21au4")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("SphereMesh_jcpb6")
[node name="Marker3D" type="Marker3D" parent="."]
[node name="ArmPivot" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 5.03716, 0)
[node name="pickaxe_arm" parent="ArmPivot" instance=ExtResource("2_m4hhp")]