Skip to content

Commit

Permalink
Replace the # in the command line with a diamond
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeCoder1 committed Oct 1, 2024
1 parent cb31ed6 commit c37ce28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/elements/command_line/command_line.gd
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ func _ready() -> void:


func _on_osc_feedback(value: Array):
text = value[0]
text = str(value[0]).replace("#", "♦")

0 comments on commit c37ce28

Please sign in to comment.