19 lines
615 B
XML
19 lines
615 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="gun/shotgun">
|
|
<animation id="character/player"/>
|
|
</player>
|
|
<entity x="10" y="3" weapon="gun/pistol">
|
|
<animation id="character/player"/>
|
|
<script id="script/behaviour/grunt"/>
|
|
</entity>
|
|
<entity x="6" y="3" weapon="gun/pistol">
|
|
<animation id="character/tmp"/>
|
|
<script id="script/behaviour/grunt"/>
|
|
</entity>
|
|
<entity x="5" y="3" weapon="gun/pistol" monster_id="monster/shooty/bighead"/>
|
|
</entities>
|
|
</scene>
|