remove GameState

This commit is contained in:
Fabien Freling 2020-02-24 22:56:51 +01:00
parent 3e881d2868
commit 61efafe9a3
5 changed files with 32 additions and 73 deletions

View file

@ -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": ""
}