tutorial 03: add welcome message to guide post

console-destruction
Maikel de Vries 2016-08-23 22:46:40 +02:00
parent 44022f840f
commit 97c093ea0d
3 changed files with 9 additions and 2 deletions

View File

@ -48,7 +48,8 @@ protected func OnGoalsFulfilled()
private func InitVillageEntrance()
{
// Create a signpost.
CreateObjectAbove(EnvPack_Guidepost, 56, 384);
var post = CreateObjectAbove(EnvPack_Guidepost2, 56, 384);
post->SetInscription("$MsgWelcomeWipfville$");
// Create a small forest.
CreateObjectAbove(Tree_Coniferous, 128, 384);

View File

@ -27,3 +27,6 @@ MsgTutorialCompleted=Gut gemacht! Du weißt jetzt wie man Gebäude aus Stein, Ho
# Wipf name
WipfName=Rüdiger
WipfDescription=Dein felliger kleiner Freund.
# Guide post
MsgWelcomeWipfville=Willkommen in Wipfdorf, da wo man pelzig sein darf!

View File

@ -26,4 +26,7 @@ MsgTutorialCompleted=Well done! You have mastered the basics of construction, us
# Wipf name
WipfName=Roger
WipfDescription=Your furry little friend.
WipfDescription=Your furry little friend.
# Guide post
MsgWelcomeWipfville=Welcome to Wipfville, a town where you may furry!