Added support for Neural Network overhead title and per-layer title.

This commit is contained in:
Alec Helbling
2022-04-19 00:36:15 -04:00
parent 05f512f185
commit 229c27fa3f
12 changed files with 77 additions and 16 deletions

View File

@ -56,7 +56,7 @@ class PairedQueryLayer(NeuralNetworkLayer):
return assets
@override_animation(Create)
def _create_layer(self):
def _create_override(self):
# TODO make Create animation that is custom
return FadeIn(self.assets)