mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-12-19 14:44:43 -05:00
Asset renaming (#225)
* Renamed the Asset folder and subfolders to lowercase * Fixed font loading issue Co-authored-by: OverloadedOrama <manoschool@yahoo.com>
This commit is contained in:
parent
a056a87492
commit
1ad1ecb960
429 changed files with 2490 additions and 2443 deletions
|
|
@ -2,7 +2,7 @@ extends Button
|
|||
|
||||
const RULER_WIDTH := 16
|
||||
|
||||
var font := preload("res://Assets/Fonts/Roboto-Small.tres")
|
||||
var font := preload("res://assets/fonts/Roboto-Small.tres")
|
||||
var major_subdivision := 2
|
||||
var minor_subdivision := 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue