mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-13 05:53:53 +01:00
empty pref
This commit is contained in:
parent
202eae7175
commit
458c7f3ae8
2
.gitignore
vendored
2
.gitignore
vendored
@ -15,3 +15,5 @@ shaders/__BBMOD*
|
||||
sprites/BBMOD*
|
||||
|
||||
*.DS_Store
|
||||
fonts/_f_sdf/_f_sdf.yy
|
||||
fonts/_f_sdf_medium/_f_sdf_medium.yy
|
@ -185,6 +185,8 @@
|
||||
if(!file_exists(path)) return;
|
||||
|
||||
var map = json_load_struct(path);
|
||||
if(array_empty(variable_struct_get_names(map))) return;
|
||||
|
||||
HOTKEYS_DATA = {};
|
||||
|
||||
for(var i = 0; i < array_length(map.key); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user