Skip to content

Commit 3b123d0

Browse files
committed
Add attachment snippet for qc
1 parent e883c95 commit 3b123d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/qc-snippets.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,12 @@
113113
"\\$continue ${1:sequence or animation name}"
114114
],
115115
"description": "Trick the compiler parser by continue insert commands into a `$animation` or `$sequence`"
116+
},
117+
"Attachment": {
118+
"prefix": "$attachment",
119+
"body": [
120+
"\\$attachment ${1:attachment name} ${2:bone name} ${3:0} ${3:0} ${3:0} ${3:-90} ${3:-90} ${3:0}"
121+
],
122+
"description": "Attachment point (-90 -90 0 rotation is default)"
116123
}
117124
}

0 commit comments

Comments
 (0)