mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-08 01:49:35 +01:00
Reduce the scale border's size to 5.
This commit is contained in:
parent
7b4f044f43
commit
61b66b4109
@ -104,7 +104,7 @@ subzones = [ ]
|
||||
[sub_resource type="Resource" id=7]
|
||||
resource_name = "343"
|
||||
script = ExtResource( 2 )
|
||||
rect = Rect2( 14, 134, 100, 100 )
|
||||
rect = Rect2( 14, 134, 157, 152 )
|
||||
locked = false
|
||||
zones = [ SubResource( 12 ) ]
|
||||
|
||||
|
@ -132,7 +132,7 @@ func _drag_hit_test(pos : Vector2) -> int:
|
||||
var drag_type : int = DragType.DRAG_NONE
|
||||
|
||||
if (!edited_resource.locked):
|
||||
var scaleborder_size : int = 10 #get_constant("scaleborder_size", "WindowDialog")
|
||||
var scaleborder_size : int = 5 #get_constant("scaleborder_size", "WindowDialog")
|
||||
|
||||
var rect : Rect2 = get_rect()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user