supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Allow user to implement images into their story (5) #15

Closed mgrijalva closed 10 years ago

mgrijalva commented 10 years ago

The user could specify images to display along with each node.

mgrijalva commented 10 years ago

Images are implemented like so:

<tile>
    <text>woot</text>
    <image>pic.jpg</image>
    <link>
        <file>start.xml</file>
        <text>Go to next tile</text>
    </link>
</tile>