graph_edit.gd 164 B

1234567
  1. extends GraphEdit
  2. # Called when the node enters the scene tree for the first time.
  3. func _ready() -> void:
  4. snapping_enabled = false
  5. show_grid = false
  6. zoom = 0.9