Character customization fixes

This commit is contained in:
Segey Lapin
2019-08-22 23:56:07 +03:00
parent 22cce1ca30
commit e65a9f9dbf
7 changed files with 259 additions and 169 deletions

View File

@@ -25,6 +25,11 @@ _global_script_classes=[ {
"path": "res://characters/dna.gd"
}, {
"base": "Reference",
"class": "DNATool",
"language": "GDScript",
"path": "res://characters/dna_tool.gd"
}, {
"base": "Reference",
"class": "GridRule",
"language": "GDScript",
"path": "res://growth_rules/grid.gd"
@@ -58,6 +63,7 @@ _global_script_class_icons={
"BallGameAI": "",
"BallGameAI3D": "",
"DNA": "",
"DNATool": "",
"GridRule": "",
"Item": "",
"Quest": "",