|
|
@ -204,7 +204,10 @@ namespace Fungus |
|
|
|
case (DisplayType.Show): |
|
|
|
case (DisplayType.Show): |
|
|
|
Show(character,fromPosition,toPosition); |
|
|
|
Show(character,fromPosition,toPosition); |
|
|
|
character.state.onScreen = true; |
|
|
|
character.state.onScreen = true; |
|
|
|
|
|
|
|
if (!stage.charactersOnStage.Contains(character)) |
|
|
|
|
|
|
|
{ |
|
|
|
stage.charactersOnStage.Add(character); |
|
|
|
stage.charactersOnStage.Add(character); |
|
|
|
|
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
case (DisplayType.Hide): |
|
|
|
case (DisplayType.Hide): |
|
|
|
Hide(character,fromPosition,toPosition); |
|
|
|
Hide(character,fromPosition,toPosition); |
|
|
|