master 0.0.2
t0stiman 2025-06-18 21:54:07 +02:00
parent 2574aea703
commit f24985eda6
6 changed files with 14 additions and 14 deletions

View File

@ -25,12 +25,12 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 3935770510974224591} m_GameObject: {fileID: 3935770510974224591}
m_LocalRotation: {x: -0.04873964, y: -0.70129836, z: 0.04817167, w: 0.70956653} m_LocalRotation: {x: 0.04817167, y: 0.70956653, z: 0.04873964, w: 0.70129836}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0.0867, z: 0}
m_LocalScale: {x: 10, y: 10, z: 10} m_LocalScale: {x: 10, y: 10, z: 10}
m_Children: [] m_Children: []
m_Father: {fileID: 6203205901405468690} m_Father: {fileID: 6203205901405468690}
m_RootOrder: 0 m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!33 &2263558100695291968 --- !u!33 &2263558100695291968
MeshFilter: MeshFilter:
@ -193,15 +193,15 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4982075266888150381} m_GameObject: {fileID: 4982075266888150381}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalRotation: {x: -0, y: 1, z: -0, w: 0}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0.0867, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 1894156239066497932} - {fileID: 1894156239066497932}
- {fileID: 8864909390715487872} - {fileID: 8864909390715487872}
- {fileID: 3840003457669625025} - {fileID: 3840003457669625025}
m_Father: {fileID: 6203205901405468690} m_Father: {fileID: 6203205901405468690}
m_RootOrder: 2 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &6646161684384004345 --- !u!1 &6646161684384004345
GameObject: GameObject:
@ -275,9 +275,9 @@ Transform:
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: m_Children:
- {fileID: 8802916610901640258}
- {fileID: 4884217004482248019}
- {fileID: 6405080223575081755} - {fileID: 6405080223575081755}
- {fileID: 4884217004482248019}
- {fileID: 8802916610901640258}
m_Father: {fileID: 0} m_Father: {fileID: 0}
m_RootOrder: 0 m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -305,8 +305,8 @@ Transform:
m_PrefabInstance: {fileID: 0} m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0} m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 8288040695552812081} m_GameObject: {fileID: 8288040695552812081}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalRotation: {x: -0, y: 1, z: -0, w: 0}
m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalPosition: {x: 0, y: 0.0867, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1} m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: [] m_Children: []
m_Father: {fileID: 6203205901405468690} m_Father: {fileID: 6203205901405468690}

View File

@ -1,9 +1,9 @@
{ {
"Id": "blahaj", "Id": "blahaj",
"Version": "0.0.1", "Version": "0.0.2",
"DisplayName": "Blåhaj", "DisplayName": "Blåhaj",
"Author": "Tostiman", "Author": "Tostiman",
"HomePage": "https://git.tostiman.com/tostiman/dv_blahaj", "HomePage": "https://git.tostiman.com/tostiman/dv_blahaj",
"Repository": "https://git.tostiman.com/tostiman/dv_blahaj/raw/branch/master/repository.json", "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"]
} }

Binary file not shown.

View File

@ -2,8 +2,8 @@
"Releases": [ "Releases": [
{ {
"Id": "blahaj", "Id": "blahaj",
"Version": "0.0.1", "Version": "0.0.2",
"DownloadUrl": "https://git.tostiman.com/tostiman/dv_blahaj/releases/download/0.0.1/Blahaj.zip" "DownloadUrl": "https://git.tostiman.com/tostiman/dv_blahaj/releases/download/0.0.2/Blahaj.zip"
} }
] ]
} }