diff --git a/ItemBundleBuilder/Assets/Blahaj.prefab b/ItemBundleBuilder/Assets/Blahaj.prefab index 1930f2f..8a2230d 100644 --- a/ItemBundleBuilder/Assets/Blahaj.prefab +++ b/ItemBundleBuilder/Assets/Blahaj.prefab @@ -25,12 +25,12 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 3935770510974224591} - m_LocalRotation: {x: -0.04873964, y: -0.70129836, z: 0.04817167, w: 0.70956653} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalRotation: {x: 0.04817167, y: 0.70956653, z: 0.04873964, w: 0.70129836} + m_LocalPosition: {x: 0, y: 0.0867, z: 0} m_LocalScale: {x: 10, y: 10, z: 10} m_Children: [] m_Father: {fileID: 6203205901405468690} - m_RootOrder: 0 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!33 &2263558100695291968 MeshFilter: @@ -193,15 +193,15 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 4982075266888150381} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: 0, y: 0.0867, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1894156239066497932} - {fileID: 8864909390715487872} - {fileID: 3840003457669625025} m_Father: {fileID: 6203205901405468690} - m_RootOrder: 2 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &6646161684384004345 GameObject: @@ -275,9 +275,9 @@ Transform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - - {fileID: 8802916610901640258} - - {fileID: 4884217004482248019} - {fileID: 6405080223575081755} + - {fileID: 4884217004482248019} + - {fileID: 8802916610901640258} m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -305,8 +305,8 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 8288040695552812081} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalRotation: {x: -0, y: 1, z: -0, w: 0} + m_LocalPosition: {x: 0, y: 0.0867, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 6203205901405468690} diff --git a/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity b/ItemBundleBuilder/Assets/DontBuildThis/BuildScene.unity similarity index 100% rename from ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity rename to ItemBundleBuilder/Assets/DontBuildThis/BuildScene.unity diff --git a/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity.meta b/ItemBundleBuilder/Assets/DontBuildThis/BuildScene.unity.meta similarity index 100% rename from ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity.meta rename to ItemBundleBuilder/Assets/DontBuildThis/BuildScene.unity.meta diff --git a/info.json b/info.json index 58e3f08..8e99b23 100644 --- a/info.json +++ b/info.json @@ -1,9 +1,9 @@ { "Id": "blahaj", - "Version": "0.0.1", + "Version": "0.0.2", "DisplayName": "BlÄhaj", "Author": "Tostiman", "HomePage": "https://git.tostiman.com/tostiman/dv_blahaj", "Repository": "https://git.tostiman.com/tostiman/dv_blahaj/raw/branch/master/repository.json", - "Requirements": ["custom_item_mod-0.0.1"] + "Requirements": ["custom_item_mod-0.2.0"] } diff --git a/items/Blahaj/blahajbundle b/items/Blahaj/blahajbundle index c1387e0..3b6d5ce 100644 Binary files a/items/Blahaj/blahajbundle and b/items/Blahaj/blahajbundle differ diff --git a/repository.json b/repository.json index 05118e3..eb4d3a7 100644 --- a/repository.json +++ b/repository.json @@ -2,8 +2,8 @@ "Releases": [ { "Id": "blahaj", - "Version": "0.0.1", - "DownloadUrl": "https://git.tostiman.com/tostiman/dv_blahaj/releases/download/0.0.1/Blahaj.zip" + "Version": "0.0.2", + "DownloadUrl": "https://git.tostiman.com/tostiman/dv_blahaj/releases/download/0.0.2/Blahaj.zip" } ] }