Add new minigame

This commit is contained in:
dvschuyl
2023-05-18 15:07:32 +02:00
parent 1a20212b2a
commit 3f9339c521
28 changed files with 835 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "NewMinigamePlayMode",
"rootNamespace": "",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: a65d294917e4dfb4ea66908fe49b0f20
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,12 @@
using NUnit.Framework;
[TestFixture]
public class NewMinigameTests
{
[Test]
public void Test_Example()
{
Assert.IsTrue(true);
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 673b29334e4e40f4c93cb3cb79285792
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: