|
|
@ -10,6 +10,8 @@ public class SpritesRoom : Room |
|
|
|
|
|
|
|
|
|
|
|
void OnEnter() |
|
|
|
void OnEnter() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
ShowSprite(blueAlienSprite); |
|
|
|
|
|
|
|
|
|
|
|
Say("Pink Alien says to Blue Alien..."); |
|
|
|
Say("Pink Alien says to Blue Alien..."); |
|
|
|
Say("...'Show me your funky moves!'"); |
|
|
|
Say("...'Show me your funky moves!'"); |
|
|
|
|
|
|
|
|
|
|
|