Fixed a bug where bottle in magical closet room 9 had wrong interaction position.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
extends ESCTooltip
|
||||
|
||||
func update_tooltip_text():
|
||||
print("new color " + str(color))
|
||||
bbcode_text = "[center]"
|
||||
bbcode_text += "[color=#" + color.to_html(false) + "]"
|
||||
bbcode_text += current_target
|
||||
|
||||
Reference in New Issue
Block a user