This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
satiate
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Update some template snippets
tags/v0.1.3
Fen Dweller
5 years ago
parent
18458bcfcf
commit
e78f5ac73f
1 changed files
with
12 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-2
.vscode/templates.code-snippets
+ 12
- 2
.vscode/templates.code-snippets
View File
@@ -80,7 +80,7 @@
" \"conditions\": [",
"",
" ],",
" \"hooks\" [",
" \"hooks\"
:
[",
" ",
" ]",
"},"
@@ -97,6 +97,16 @@
],
"description": "Condition"
},
"Hook": {
"prefix": "hook",
"body": [
"(room, exit, state) => {",
" return ${1:true}",
"}",
""
],
"description": "Condition"
},
"Stat": {
"prefix": "stat",
"body": [
@@ -147,7 +157,7 @@
"",
" ],",
" \"world\": {",
"
s
",
" ",
" }",
"});",
""
Write
Preview
Loading…
Cancel
Save