add NewGame panel

This commit is contained in:
Fabien Freling 2020-04-13 17:54:11 +02:00
parent 41d2d2bd23
commit 81bf9dab8f
8 changed files with 155 additions and 47 deletions

View file

@ -9,6 +9,11 @@
config_version=4
_global_script_classes=[ {
"base": "PopupPanel",
"class": "NewGamePanel",
"language": "GDScript",
"path": "res://src/NewGamePanel.gd"
}, {
"base": "Node2D",
"class": "Piece",
"language": "GDScript",
@ -20,6 +25,7 @@ _global_script_classes=[ {
"path": "res://src/Taquin.gd"
} ]
_global_script_class_icons={
"NewGamePanel": "",
"Piece": "",
"Taquin": ""
}