Updated the script, created the paleontologist and linked TMDC website.

This commit is contained in:
Steve Dogiakos 2024-03-13 13:41:42 -06:00
parent 5380584e85
commit 8dd165337f
2 changed files with 14 additions and 6 deletions

8
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}

View File

@ -3,7 +3,7 @@
# Declare characters used by this game. The color argument colorizes the
# name of the character.
define e = Character("Eileen")
define p = Character("Paleontologist")
# The game starts here.
@ -14,20 +14,20 @@ label start:
# add a file (named either "bg room.png" or "bg room.jpg") to the
# images directory to show it.
scene bg room
scene bg field1
# This shows a character sprite. A placeholder is used, but you can
# replace it by adding a file named "eileen happy.png" to the images
# directory.
show eileen happy
show paleontologist happy
# These display lines of dialogue.
e "You've created a new Ren'Py game."
e "Once you add a story, pictures, and music, you can release it to the world!"
p "Oh, hello! I didn't see you there. I'm your friendly-neighborhood Paleontologist. On behalf of the {a=https://tmdinosaurcenter.org/}Montana Dinosaur Center{/a}, I hope you enjoy this game."
p "As we progress, we'll be adding more content, characters and conversations to Dinosaur Baddies."
# This ends the game.
return