mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 14:09:00 +07:00
fix default min depth again
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: b0264992f90e27e48beeee54b801c8f2
|
|
||||||
folderAsset: yes
|
|
||||||
timeCreated: 1436707381
|
|
||||||
licenseType: Free
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
fileFormatVersion: 2
|
|
||||||
guid: 47c3c77b488bde14eac761a5144660ed
|
|
||||||
folderAsset: yes
|
|
||||||
timeCreated: 1436707381
|
|
||||||
licenseType: Free
|
|
||||||
DefaultImporter:
|
|
||||||
userData:
|
|
||||||
assetBundleName:
|
|
||||||
assetBundleVariant:
|
|
||||||
@@ -380,7 +380,7 @@ namespace IsoTools {
|
|||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
void Reset() {
|
void Reset() {
|
||||||
tileSize = 32.0f;
|
tileSize = 32.0f;
|
||||||
minDepth = 0.0f;
|
minDepth = 1.0f;
|
||||||
maxDepth = 100.0f;
|
maxDepth = 100.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user