refact
This commit is contained in:
14
lib/script.intro.go
Normal file
14
lib/script.intro.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package lib
|
||||
|
||||
import p "git.teletypegames.org/games/pncdsl"
|
||||
|
||||
var IntroScript = p.Script{
|
||||
Name: "intro",
|
||||
Actions: p.Seq(
|
||||
p.Wait(0.4),
|
||||
p.Say("player", "Brr, hideg van."),
|
||||
p.Say("player", "Egy kávé kéne, mielőtt szétszakad a fejem."),
|
||||
p.Walk("player", p.Point{X: 200, Y: 145}),
|
||||
p.SetVar("player.mood", "Eltökélt"),
|
||||
),
|
||||
}
|
||||
Reference in New Issue
Block a user