add custom image picker

This commit is contained in:
Fabien Freling 2020-06-16 19:28:50 +02:00
parent 42fd81b914
commit e90eb40630
12 changed files with 310 additions and 43 deletions

View file

@ -14,6 +14,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://src/DepthButton.gd"
}, {
"base": "Panel",
"class": "ImagePicker",
"language": "GDScript",
"path": "res://src/ImagePicker.gd"
}, {
"base": "PopupPanel",
"class": "NewGamePanel",
"language": "GDScript",
@ -31,6 +36,7 @@ _global_script_classes=[ {
} ]
_global_script_class_icons={
"DepthButton": "",
"ImagePicker": "",
"NewGamePanel": "",
"Piece": "",
"Taquin": ""
@ -56,8 +62,8 @@ window/energy_saving/keep_screen_on=false
window/handheld/orientation="portrait"
window/size/width.mobile=600
window/size/height.mobile=1200
window/stretch/mode.mobile="2d"
window/stretch/aspect.mobile="expand"
window/stretch/mode.mobile="2d"
[filesystem]