Skip to content

Commit

Permalink
v1.0.5 & docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
imezx committed Jan 31, 2024
1 parent 7846882 commit 74db23f
Show file tree
Hide file tree
Showing 310 changed files with 31,136 additions and 18,362 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.luau linguist-language=Lua
45 changes: 4 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,4 @@
# Compiled Lua sources
luac.out

# luarocks build files
*.src.rock
*.zip
*.tar.gz

# Object files
*.o
*.os
*.ko
*.obj
*.elf

# Precompiled Headers
*.gch
*.pch

# Libraries
*.lib
*.a
*.la
*.lo
*.def
*.exp

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex

node_modules
docs/.vitepress/dist
docs/.vitepress/cache
wally.lock
3 changes: 3 additions & 0 deletions .luaurc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"languageMode": "strict"
}
Binary file modified Warp.rbxm
Binary file not shown.
2 changes: 1 addition & 1 deletion aftman.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

# To add a new tool, add an entry to this table.
[tools]
rojo = "rojo-rbx/rojo@7.3.0"
rojo = "rojo-rbx/rojo@7.4.0"
wally = "UpliftGames/wally@0.3.2"
39 changes: 30 additions & 9 deletions docs/.vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,52 @@
{
"hash": "2742d842",
"configHash": "4a960105",
"lockfileHash": "e5af05f2",
"browserHash": "f4abe41e",
"hash": "64a640d4",
"configHash": "3539395e",
"lockfileHash": "16b933ee",
"browserHash": "761a6f81",
"optimized": {
"vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "00d22783",
"fileHash": "2232d95d",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/lib/esm/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "fbece760",
"fileHash": "ea18bfc8",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "81778500",
"fileHash": "1889f635",
"needsInterop": false
},
"vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "84f193d7",
"needsInterop": false
},
"vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "3dbcfe04",
"needsInterop": false
},
"vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js",
"fileHash": "5c47da60",
"needsInterop": false
}
},
"chunks": {
"chunk-TL4KESHX": {
"file": "chunk-TL4KESHX.js"
"chunk-WFT6MZEP": {
"file": "chunk-WFT6MZEP.js"
},
"chunk-3YS4HNIT": {
"file": "chunk-3YS4HNIT.js"
}
}
}
Loading

0 comments on commit 74db23f

Please sign in to comment.