add player rotation display

This commit is contained in:
JOLIMAITRE Matthieu 2024-10-20 22:27:03 +02:00
parent bfb92c513d
commit e502ca00de
3 changed files with 9 additions and 5 deletions

View file

@ -26,7 +26,3 @@ export function display_parser() {
}),
});
}
function char_parser() {
return z.string().length(1);
}