Skip to content

Commit

Permalink
kurone-kito/add-the-iconsからプルリクエスト#11をマージする
Browse files Browse the repository at this point in the history
# v0.6.0: Added some icons and cumulative updates
  • Loading branch information
kurone-kito authored Jul 13, 2024
2 parents ff25397 + 46ea88e commit 834af88
Show file tree
Hide file tree
Showing 48 changed files with 8,835 additions and 4,260 deletions.
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[core]
hideDotFiles = dotGitOnly
11 changes: 11 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ignores:
- .github/CODE_OF_CONDUCT*
- Assets
- Library
- Logs
- Packages/com*
- Packages/dev*
- Packages/dev*
- ProjectSettings
- Temp
- UserSettings
17 changes: 17 additions & 0 deletions .markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
default: true
# Allow limit breakthroughs in the code block and table row lengths. The
# default is unconditional prohibition. It is exceptionally allowed in
# these elements due to folding difficulties.
line-length:
code_blocks: false
tables: false
# Allows the use of duplicate headings. The default is unconditional
# prohibition. Due to the `siblings_only` flag not working, it is necessary
# to enable duplicate headings in the entire document.
no-duplicate-heading: false
# Allows embedding of the specified HTML tag. The default is unconditional
# prohibition. Allow for some valuable features, such as folding.
no-inline-html:
allowed_elements:
- details
- summary
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet 6.0.423
dotnet 6.0.424
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
"request": "attach",
"type": "vstuc"
}
]
],
"version": "0.2.0"
}
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"explorer.fileNesting.patterns": {
"*": "${capture}.meta, ${capture}.md5",
"*.dll": "${capture}.pdb",
"LICENSE*": "LICENSE${capture}.meta"
"*.md": "${capture}.*.md",
"*.sln": "*.csproj",
".gitconfig": ".gitattributes, .gitignore",
".markdownlint.*": ".markdownlint-cli2.*",
".tool-versions": "global.json"
},
"files.associations": {
"*.anim": "yaml",
Expand Down
16 changes: 13 additions & 3 deletions Packages/black.kit.launchpadicons/Examples/Credit.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: -1
m_MinHeight: 20
m_MinHeight: 19
m_PreferredWidth: -1
m_PreferredHeight: -1
m_FlexibleWidth: 1
Expand Down Expand Up @@ -631,7 +631,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.6, g: 1, b: 0.8, a: 1}
m_Color: {r: 0.46666667, g: 1, b: 0.73333335, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down Expand Up @@ -850,7 +850,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
m_IgnoreLayout: 0
m_MinWidth: -1
m_MinHeight: 8
m_MinHeight: 7
m_PreferredWidth: -1
m_PreferredHeight: -1
m_FlexibleWidth: 1
Expand Down Expand Up @@ -966,6 +966,11 @@ PrefabInstance:
propertyPath: m_Name
value: GitHub
objectReference: {fileID: 0}
- target: {fileID: 1214713032759011684, guid: 848837b5c5b86b8469591e796b954866,
type: 3}
propertyPath: m_PreferredHeight
value: 17
objectReference: {fileID: 0}
- target: {fileID: 4323907476973048562, guid: 848837b5c5b86b8469591e796b954866,
type: 3}
propertyPath: m_Pivot.x
Expand Down Expand Up @@ -1100,6 +1105,11 @@ PrefabInstance:
propertyPath: m_Name
value: Booth
objectReference: {fileID: 0}
- target: {fileID: 1214713032759011684, guid: 848837b5c5b86b8469591e796b954866,
type: 3}
propertyPath: m_PreferredHeight
value: 17
objectReference: {fileID: 0}
- target: {fileID: 4323907476973048562, guid: 848837b5c5b86b8469591e796b954866,
type: 3}
propertyPath: m_Pivot.x
Expand Down
Loading

0 comments on commit 834af88

Please sign in to comment.