1
0
forked from GitHub/gf-core

extended dialogue example

This commit is contained in:
aarne
2006-05-16 20:44:33 +00:00
parent 800f6ee7e2
commit 8e5078084f
16 changed files with 369 additions and 34 deletions

View File

@@ -0,0 +1,19 @@
--# -path=.:present:prelude
concrete LightsFin of Lights =
DialogueFin ** open LangFin, ParadigmsFin, AuxFin in {
lin
Light = UseN (regN "valo") ;
Room = UseN (regN "huone") ;
SwitchOnIn = dirV3 (regV "sytyttää") inessive ;
SwitchOffIn = dirV3 (regV "sammuttaa") inessive ;
SwitchOn = dirV2 (regV "sytyttää") ;
SwitchOff = dirV2 (regV "sammuttaa") ;
LivingRoom = defN (regN "olohuone") ;
Kitchen = defN (regN "keittiö") ;
MorningMode = mkMove ["aamuvalaistus"] ;
}