Added hint_tooltip to file brushes

- File brushes now have their file name as their hint_tooltip.
- Changed horizontal & vertical ruler minor_subdivision to 4.
This commit is contained in:
OverloadedOrama 2019-11-25 18:56:53 +02:00
parent e940029979
commit 8132c8dcc5
4 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,7 @@ const RULER_WIDTH := 16
var font := preload("res://Assets/Fonts/Roboto-Small.tres")
var major_subdivision := 2
var minor_subdivision := 5
var minor_subdivision := 4
var first : Vector2
var last : Vector2