﻿<?xml version="1.0" encoding="utf-8"?>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<Name>Playable Tutorial Level</Name>
	<GameVersion>TombEngine</GameVersion>
	<LevelsPath>$(ProjectDirectory)\Levels</LevelsPath>
	<ScriptPath>$(ProjectDirectory)\Engine\Scripts</ScriptPath>
	<LaunchFilePath>$(ProjectDirectory)\PLAY.exe</LaunchFilePath>
	<Levels>
		<ProjectLevel>
			<Name>Level1</Name>
			<FolderPath>$(ProjectDirectory)\Levels\Level1</FolderPath>
		</ProjectLevel>
	</Levels>
</Project>