Skip to content

Commit

Permalink
allow text selection in window
Browse files Browse the repository at this point in the history
  • Loading branch information
goatchurchprime committed Nov 8, 2024
1 parent 39fdc7a commit b827142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mqttexample.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ layout_mode = 2
[node name="subscribedmessages" type="RichTextLabel" parent="VBox"]
layout_mode = 2
size_flags_vertical = 3
focus_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_njfq6")
bbcode_enabled = true
text = "[b]Instructions[/b]
Expand All @@ -261,6 +262,7 @@ By default this app connects to the public server hosted at [u]https://test.mosq
[i]Commands to run on another computer terminal:[/i]
> mosquitto_pub -h test.mosquitto.org -t \"godot/abcd\" -m \"Bingo!\"
> mosquitto_sub -v -h test.mosquitto.org -t \"godot/#\""
selection_enabled = true

[connection signal="broker_connected" from="MQTT" to="." method="_on_mqtt_broker_connected"]
[connection signal="broker_connection_failed" from="MQTT" to="." method="_on_mqtt_broker_connection_failed"]
Expand Down

0 comments on commit b827142

Please sign in to comment.