add player entity
This commit is contained in:
parent
5522cfc231
commit
939cfdd851
3
res/entities/player.json
Normal file
3
res/entities/player.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"hitbox": [0.5, 1.8, 0.5]
|
||||
}
|
||||
@ -9,5 +9,8 @@
|
||||
"misc/moon",
|
||||
"misc/sun",
|
||||
"gui/crosshair"
|
||||
],
|
||||
"rigs": [
|
||||
"player"
|
||||
]
|
||||
}
|
||||
|
||||
3
res/rigs/player.json
Normal file
3
res/rigs/player.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"root": {}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user