entities, tiles and player walking, need y sorting

This commit is contained in:
Stefan Stefanov 2024-12-28 17:53:08 +02:00
parent b656f16c84
commit 5b4dab6292
9 changed files with 432 additions and 0 deletions

12
ols.json Normal file
View file

@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/ols.schema.json",
"collections": [
],
"enable_references": true,
"enable_inlay_hints": true,
"enable_rename:": true,
"enable_semantic_tokens": true,
"enable_document_symbols": true,
"enable_hover": true,
"enable_snippets": true
}