remove GameState
This commit is contained in:
parent
3e881d2868
commit
61efafe9a3
5 changed files with 32 additions and 73 deletions
|
|
@ -9,11 +9,6 @@
|
|||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Node",
|
||||
"class": "GameState",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/GameState.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "Piece",
|
||||
"language": "GDScript",
|
||||
|
|
@ -25,7 +20,6 @@ _global_script_classes=[ {
|
|||
"path": "res://src/Taquin.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"GameState": "",
|
||||
"Piece": "",
|
||||
"Taquin": ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue