Gun PRefab und MenueScene mit Buttons

This commit is contained in:
2026-06-11 13:00:30 +02:00
parent c89d88be8c
commit 47ba0dda4d
8 changed files with 1101 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
// Oliver
using UnityEngine;
public class Map_Generator : MonoBehaviour
@@ -19,7 +20,6 @@ public class Map_Generator : MonoBehaviour
for (int k = 0; k < width; k++)
{
pixelFarbe[k + i * width] = tex.GetPixel(k, i);
//pixelFarbe[k + i * width] = Random.ColorHSV();
}
}