22 lines
682 B
XML
22 lines
682 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<scene type="shooter" id="000">
|
|
<map name="newmap"/>
|
|
<entities>
|
|
<player x="7" y="5" weapon="shotGun">
|
|
<animation name="player_anim"/>
|
|
</player>
|
|
<entity x="10" y="3" weapon="pistolGun">
|
|
<animation name="player_anim"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
<entity x="6" y="3" weapon="pistolGun">
|
|
<animation name="tmp_enemy_anim"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
<entity x="5" y="3" weapon="pistolGun">
|
|
<animation name="tmp_enemy_anim"/>
|
|
<script file="scripts/ai/grunt_behaviour.lua"/>
|
|
</entity>
|
|
</entities>
|
|
</scene>
|