register logic

This commit is contained in:
2026-08-29 23:59:56 +02:00
parent ddea3b0893
commit 94649a38fe
83 changed files with 830 additions and 699 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
package inc
import (
inkwell "git.teletypegames.org/engines/inkwell"
)
func characterMysteryTape() inkwell.Character {
return inkwell.Character{
func init() {
CharacterManager.Register(Character{
Name: TapeMystery,
SpeechColor: RGB(0xB9A98A),
}
})
}