add player entity

This commit is contained in:
MihailRis 2024-07-07 21:26:56 +03:00
parent 5522cfc231
commit 939cfdd851
3 changed files with 9 additions and 0 deletions

3
res/entities/player.json Normal file
View File

@ -0,0 +1,3 @@
{
"hitbox": [0.5, 1.8, 0.5]
}

View File

@ -9,5 +9,8 @@
"misc/moon",
"misc/sun",
"gui/crosshair"
],
"rigs": [
"player"
]
}

3
res/rigs/player.json Normal file
View File

@ -0,0 +1,3 @@
{
"root": {}
}