Skip to content

Commit

Permalink
Changed zoom min to 10x (instead of 8x)
Browse files Browse the repository at this point in the history
  • Loading branch information
madjyc committed Oct 20, 2022
1 parent 1e7f54c commit b6b6690
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Scenes/GraphEdit.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
right_disconnects = true
use_snap = false
zoom_min = 0.162
script = ExtResource( 2 )

[node name="CanvasLayer" type="CanvasLayer" parent="."]
Expand Down Expand Up @@ -57,8 +58,8 @@ flat = true

[node name="DebugButton" type="Button" parent="CanvasLayer/HBoxContainer"]
visible = false
margin_left = 142.0
margin_right = 195.0
margin_left = 174.0
margin_right = 227.0
margin_bottom = 24.0
text = "Debug"

Expand Down

0 comments on commit b6b6690

Please sign in to comment.