Skip to content

Commit

Permalink
Use Set from penlight for chunk.voxels
Browse files Browse the repository at this point in the history
probably change nothing :D
  • Loading branch information
quentin452 committed Mar 23, 2024
1 parent 3254892 commit 5dbaf67
Show file tree
Hide file tree
Showing 15 changed files with 1,587 additions and 1,406 deletions.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"[lua]" : {
"editor.defaultFormatter": "JohnnyMorganz.stylua",
"editor.formatOnSave": true
}
},
"Lua.diagnostics.globals": [
"love",
"List",
"Set"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Minecraft Like written in Lua using Love2D

# libraries

Penlight : https://github.com/lunarmodules/Penlight (not used currently)
Penlight : https://github.com/lunarmodules/Penlight

cpml : https://github.com/quentin452/cpml

Expand Down
Loading

0 comments on commit 5dbaf67

Please sign in to comment.