Skip to content
Snippets Groups Projects
Commit c0eee794 authored by Robin Ruud Kristensen's avatar Robin Ruud Kristensen
Browse files

code to generate param files for size of rooms

parent 9cc5673c
No related branches found
No related tags found
2 merge requests!52Updating master,!42Ruud
fileFormatVersion: 2
guid: 3a71d4050dd7fd84fbdde8c46b880f51
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Bigsock
{
[CreateAssetMenu(fileName = "NeigbourParameters_", menuName = "PCG/NeigbourData")]
public class NeigbourSO : ScriptableObject
{
[Range(25f, 100f)]
public int width;
[Range(10f, 100f)]
public int height;
public int smoothCount;
public bool empty, edgesAreWalls;
}
}
\ No newline at end of file
fileFormatVersion: 2
guid: fbfb0de6beb24664cbb2d7f616b15910
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment