Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

35 linhas
723 B

  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://main/scripts/LogPanel.gd" type="Script" id=1]
  3. [node name="LogPanel" type="Control"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "_edit_use_anchors_": false
  9. }
  10. [node name="Panel" type="Panel" parent="."]
  11. anchor_right = 1.0
  12. anchor_bottom = 1.0
  13. [node name="RichTextLabel" type="RichTextLabel" parent="."]
  14. anchor_left = 0.02
  15. anchor_top = 0.05
  16. anchor_right = 0.98
  17. anchor_bottom = 0.95
  18. __meta__ = {
  19. "_edit_use_anchors_": false
  20. }
  21. [node name="TextButton" type="Button" parent="."]
  22. modulate = Color( 1, 1, 1, 0.235294 )
  23. anchor_right = 1.0
  24. anchor_bottom = 1.0
  25. margin_right = -49.0
  26. flat = true
  27. __meta__ = {
  28. "_edit_use_anchors_": false
  29. }