add NewGame panel
This commit is contained in:
parent
41d2d2bd23
commit
81bf9dab8f
8 changed files with 155 additions and 47 deletions
|
|
@ -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": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue