new features, play menu, deck builder, deck selection
This commit is contained in:
@@ -11,6 +11,24 @@ list=Array[Dictionary]([{
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/game/CPPool.gd"
|
||||
}, {
|
||||
"base": &"Control",
|
||||
"class": &"CardDetailViewer",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/CardDetailViewer.gd"
|
||||
}, {
|
||||
"base": &"Control",
|
||||
"class": &"CardFilterBar",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/CardFilterBar.gd"
|
||||
}, {
|
||||
"base": &"Control",
|
||||
"class": &"CardGrid",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/CardGrid.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"CardInstance",
|
||||
"icon": "",
|
||||
@@ -30,11 +48,41 @@ list=Array[Dictionary]([{
|
||||
"path": "res://scripts/ui/DamageDisplay.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"Deck",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/data/Deck.gd"
|
||||
}, {
|
||||
"base": &"CanvasLayer",
|
||||
"class": &"DeckBuilder",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/DeckBuilder.gd"
|
||||
}, {
|
||||
"base": &"Control",
|
||||
"class": &"DeckListPanel",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/DeckListPanel.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"DeckManager",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/data/DeckManager.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"Enums",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/game/Enums.gd"
|
||||
}, {
|
||||
"base": &"CanvasLayer",
|
||||
"class": &"GameSetupMenu",
|
||||
"icon": "",
|
||||
"language": &"GDScript",
|
||||
"path": "res://scripts/ui/GameSetupMenu.gd"
|
||||
}, {
|
||||
"base": &"RefCounted",
|
||||
"class": &"GameState",
|
||||
"icon": "",
|
||||
|
||||
Reference in New Issue
Block a user