working on enemies

This commit is contained in:
2025-08-20 05:06:00 +02:00
parent f6a4db7b4d
commit fb1c3f8290
619 changed files with 46709 additions and 668 deletions

View File

@@ -17,6 +17,8 @@ namespace RebootReality.jelycho.Ropes {
[SerializeField] Material m_Material;
[SerializeField] int m_Layer;
[SerializeField] GutMeshGenerationConfig m_GutMeshGenerationConfig = new GutMeshGenerationConfig {
radius = 0.2f,
resolution = 16
@@ -87,7 +89,7 @@ namespace RebootReality.jelycho.Ropes {
Graphics.DrawMesh(mesh,
transform.localToWorldMatrix,
m_Material,
gameObject.layer,
m_Layer,
null,
0,
null,