mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 18:44:42 -04:00
Backend for rulers
- Added HorizontalRuler.gd and VerticalRuler.gd - UI for the rulers will arrive soon, along with the other UI changes - Changed transparency background
This commit is contained in:
parent
d66c501b5c
commit
22c57a1b36
6 changed files with 117 additions and 1 deletions
9
Assets/Fonts/Roboto-Small.tres
Normal file
9
Assets/Fonts/Roboto-Small.tres
Normal file
|
@ -0,0 +1,9 @@
|
|||
[gd_resource type="DynamicFont" load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Fonts/Roboto-Regular.ttf" type="DynamicFontData" id=1]
|
||||
|
||||
[resource]
|
||||
size = 8
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 1 )
|
Loading…
Add table
Add a link
Reference in a new issue