notes.tscn 906 B

12345678910111213141516171819202122232425262728293031
  1. [gd_scene load_steps=2 format=3 uid="uid://cyoj8c0wdbp36"]
  2. [ext_resource type="Script" uid="uid://cdbx1dt3ohqte" path="res://scenes/Nodes/node_logic.gd" id="1_tyh4w"]
  3. [node name="notes" type="GraphNode"]
  4. offset_left = 1042.0
  5. offset_top = 32.0
  6. offset_right = 1425.0
  7. offset_bottom = 329.0
  8. tooltip_text = "A node just for taking notes."
  9. title = "Notes"
  10. slot/0/left_enabled = false
  11. slot/0/left_type = 1
  12. slot/0/left_color = Color(0, 0, 0, 1)
  13. slot/0/left_icon = null
  14. slot/0/right_enabled = false
  15. slot/0/right_type = 1
  16. slot/0/right_color = Color(0, 0, 0, 1)
  17. slot/0/right_icon = null
  18. slot/0/draw_stylebox = true
  19. script = ExtResource("1_tyh4w")
  20. metadata/command = "notes"
  21. metadata/utility = true
  22. metadata/input = false
  23. [node name="CodeEdit" type="CodeEdit" parent="."]
  24. custom_minimum_size = Vector2(0, 10)
  25. layout_mode = 2
  26. size_flags_vertical = 3
  27. wrap_mode = 1
  28. delimiter_strings = Array[String](["\" \"", "' '"])