Skip to content

Commit 677cce3

Browse files
committed
fix: make the insert block trigger slightly snappier in the course builder
1 parent a2347d3 commit 677cce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/gdscript-course-builder/ui/SortableList.gd

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const DRAG_POSITION_SIZE := 8.0
2929
const INSERT_AREA_SIZE := 24.0
3030
const INSERT_AREA_WIDTH := 12.0
3131
const INSERT_AREA_BULB := 12.0
32-
const INSERT_AREA_TIME := 0.75
32+
const INSERT_AREA_TIME := 0.5
3333

3434
const INSERT_AREA_ICON := preload("res://addons/gdscript-course-builder/icons/insert-content-block.png")
3535

0 commit comments

Comments
 (0)