mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
fixed player conversation text being too high
This commit is contained in:
parent
6aad05e842
commit
742a3d2a17
@ -91,7 +91,7 @@ namespace QSB.ConversationSync
|
||||
Destroy(playerBox);
|
||||
}
|
||||
|
||||
QSBPlayerManager.GetPlayer(playerId).CurrentDialogueBox = CreateBox(player.Body.transform, 25, text);
|
||||
QSBPlayerManager.GetPlayer(playerId).CurrentDialogueBox = CreateBox(player.Body.transform, 2, text);
|
||||
}
|
||||
|
||||
public void DisplayCharacterConversationBox(int index, string text)
|
||||
|
Loading…
Reference in New Issue
Block a user