22 lines
691 B
XML
22 lines
691 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<scene type="shooter" id="000" bg="backgrounds/blue_sky.png">
|
|
<map name="newmap"/>
|
|
<entities>
|
|
<player x="7" y="5" weapon="shotgun">
|
|
<animation id="character/player"/>
|
|
</player>
|
|
<entity x="10" y="3" weapon="pistol">
|
|
<animation id="character/player"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
<entity x="6" y="3" weapon="pistol">
|
|
<animation id="character/tmp"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
<entity x="5" y="3" weapon="pistol">
|
|
<animation id="character/tmp"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
</entities>
|
|
</scene>
|