add background image to show scene response

This commit is contained in:
Rusty Striker 2025-06-20 18:07:27 +03:00
parent 3fdef8b833
commit 46e3ac73af
Signed by: RustyStriker
GPG key ID: 9DBDBC7C48FC3C31
4 changed files with 6 additions and 5 deletions

View file

@ -75,7 +75,7 @@ pub enum Response {
Login(login::LoginResult),
Message(ChatMessage),
GetChatHistory(Vec<ChatMessage>),
ShowScene { scene: usize, tokens: Vec<SpawnToken> },
ShowScene { scene: usize, tokens: Vec<SpawnToken>, background: Option<String> },
MoveToken { token_id: usize, x: f32, y: f32 },
SpawnToken(SpawnToken),
CharacterCreated(usize),