delete babka
This commit is contained in:
parent
da4768d920
commit
585499b7bc
2 changed files with 2 additions and 16 deletions
|
@ -719,20 +719,6 @@
|
||||||
<point/>
|
<point/>
|
||||||
</object>
|
</object>
|
||||||
</objectgroup>
|
</objectgroup>
|
||||||
<objectgroup id="17" name="Hunchman" class="LivingEntities.Monsters.Hunchman">
|
|
||||||
<object id="98" x="-92" y="144">
|
|
||||||
<point/>
|
|
||||||
</object>
|
|
||||||
<object id="99" x="115.333" y="182">
|
|
||||||
<point/>
|
|
||||||
</object>
|
|
||||||
<object id="100" x="191.333" y="277.333">
|
|
||||||
<point/>
|
|
||||||
</object>
|
|
||||||
<object id="101" x="249.333" y="88.6667">
|
|
||||||
<point/>
|
|
||||||
</object>
|
|
||||||
</objectgroup>
|
|
||||||
<objectgroup id="10" name="Player" class="LivingEntities.Player">
|
<objectgroup id="10" name="Player" class="LivingEntities.Player">
|
||||||
<object id="47" x="-500" y="461.333">
|
<object id="47" x="-500" y="461.333">
|
||||||
<point/>
|
<point/>
|
||||||
|
|
|
@ -18,8 +18,8 @@ namespace DangerousD.GameCore.GameObjects.LivingEntities.Monsters
|
||||||
{
|
{
|
||||||
name = "Wolf";
|
name = "Wolf";
|
||||||
monster_speed = 4;
|
monster_speed = 4;
|
||||||
Width = 78;
|
Width = 39;
|
||||||
Height = 96;
|
Height = 48;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override GraphicsComponent GraphicsComponent { get; } = new(new List<string> { "WolfMoveRight", "WolfMoveLeft", "WolfJumpRight", "WolfJumpLeft" }, "WolfMoveRight");
|
protected override GraphicsComponent GraphicsComponent { get; } = new(new List<string> { "WolfMoveRight", "WolfMoveLeft", "WolfJumpRight", "WolfJumpLeft" }, "WolfMoveRight");
|
||||||
|
|
Loading…
Add table
Reference in a new issue