Fixing Mytiaoga's mistakes (save Tap Trial for later)

i've noticed the games created by the owner doesn't use type2, thus the said games are glitching out in terms of
right click options

i don't know multiple toggles it just breaks the editor??
This commit is contained in:
KrispyDotlessI
2022-08-24 20:47:41 +08:00
parent 263aaa797d
commit d7f52cb13b
3 changed files with 18 additions and 5 deletions

View File

@ -25,7 +25,7 @@ namespace HeavenStudio.Games.Loaders
new GameAction("look at", delegate { FirstContact.instance.lookAtDirection(eventCaller.currentEntity.type, eventCaller.currentEntity.type); }, .5f, false, new List<Param>()
{
new Param("type", FirstContact.alienLookAt.lookAtTranslator, "alien look at what", "[Alien] will look at what"),
new Param("type", FirstContact.translatorLookAt.lookAtAlien, "translator look at what", "[Translator] will look at what"),
new Param("type2", FirstContact.translatorLookAt.lookAtAlien, "translator look at what", "[Translator] will look at what"),
}),
new GameAction("live bar beat", delegate { FirstContact.instance.liveBarBeat(eventCaller.currentEntity.toggle); }, .5f, false, new List<Param>()
{