You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

57 lines
1.3 KiB

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://yarn/scripts/LogPanel.gd" type="Script" id=1]
  3. [ext_resource path="res://yarn/scripts/ChoicesBox.gd" type="Script" id=2]
  4. [ext_resource path="res://yarn/scripts/YarnSpinner.gd" type="Script" id=3]
  5. [node name="YarnSpinner" type="Control"]
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. script = ExtResource( 3 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="ChoicesBox" type="VBoxContainer" parent="."]
  13. anchor_left = 0.3
  14. anchor_top = 0.1
  15. anchor_right = 0.7
  16. anchor_bottom = 0.45
  17. script = ExtResource( 2 )
  18. __meta__ = {
  19. "_edit_use_anchors_": false
  20. }
  21. [node name="LogPanel" type="Control" parent="."]
  22. anchor_top = 0.5
  23. anchor_right = 1.0
  24. anchor_bottom = 1.0
  25. script = ExtResource( 1 )
  26. __meta__ = {
  27. "_edit_use_anchors_": false
  28. }
  29. [node name="Panel" type="Panel" parent="LogPanel"]
  30. anchor_right = 1.0
  31. anchor_bottom = 1.0
  32. [node name="RichTextLabel" type="RichTextLabel" parent="LogPanel"]
  33. anchor_left = 0.02
  34. anchor_top = 0.05
  35. anchor_right = 0.98
  36. anchor_bottom = 0.95
  37. text = "Coucou je suis un text de test, ou bien l'inverse"
  38. __meta__ = {
  39. "_edit_use_anchors_": false
  40. }
  41. [node name="TextButton" type="Button" parent="LogPanel"]
  42. modulate = Color( 1, 1, 1, 0.235294 )
  43. anchor_right = 1.0
  44. anchor_bottom = 1.0
  45. margin_right = -20.0
  46. flat = true
  47. __meta__ = {
  48. "_edit_use_anchors_": false
  49. }