allow invisible tokens

This commit is contained in:
Rusty Striker 2025-07-18 14:51:26 +03:00
parent 5979e53d91
commit 23e23ad1a2
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
4 changed files with 48 additions and 19 deletions

View file

@ -70,6 +70,7 @@ pub enum Request {
SpawnToken {
map_id: usize,
character: String,
visible_to_players: bool,
x: f32,
y: f32,
img_path: String,