<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> -->
<Movie version="6" sizeShape="kuma" rate="30"
	backgroundColor="rgb(30, 50, 200)" compressed="No"
	xmlns="http://www.kineticfusion.org/RVML/1.0">
	<Title>kuma-</Title>
	<Repository repositoryType='File' repositoryBase='.' repositoryName='.'>
		<Sound id="bgm" format="MP3"
			resourceType="External" resourceLocation="soft-001.mp3" />
		<Image id='kumaImage' imageType='Lossless'
			resourceType='External' resourceLocation='kuma.png' />
	</Repository>
	<Definitions>
		<ImageShape id="kuma" imageName="kumaImage" />
	</Definitions>
	<Timeline>
		<Frame>
			<PlaceSound name="bgm">
				<SoundInfo uniquePlay="Yes" stopPlaying="No" loopCount="1" />
			</PlaceSound>
			<Place name="kuma" depth="1" />
		</Frame>
	</Timeline>
</Movie>
