diff options
Diffstat (limited to 'client/Archipelago/collectable.gd')
-rw-r--r-- | client/Archipelago/collectable.gd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/Archipelago/collectable.gd b/client/Archipelago/collectable.gd index 7bbdd8b..4a17a2a 100644 --- a/client/Archipelago/collectable.gd +++ b/client/Archipelago/collectable.gd | |||
@@ -10,3 +10,7 @@ func pickedUp(): | |||
10 | ap.keyboard.update_unlocks() | 10 | ap.keyboard.update_unlocks() |
11 | 11 | ||
12 | super.pickedUp() | 12 | super.pickedUp() |
13 | |||
14 | |||
15 | func setScoutedText(text): | ||
16 | get_node("MeshInstance3D").mesh.text = text.replace(" ", "\n") | ||