Projekt přejmenován. Neko nastaven na výchozí pozici
This commit is contained in:
parent
1a27dd6fab
commit
ceac37920b
104 changed files with 873 additions and 208 deletions
|
|
@ -1,24 +0,0 @@
|
|||
using FNAF_Clone.GUI;
|
||||
using FNAF_Clone.Map;
|
||||
using GlobalClassLib;
|
||||
using MonoGameLibrary.Graphics;
|
||||
|
||||
namespace FNAF_Clone;
|
||||
|
||||
public class ClientEnemy : GlobalEnemy<MapTileProjection, TileConnectorProjection> {
|
||||
public ClientEnemy(int typeId, string name, int id, EnemyUIElement sprite, int difficulty, MapTileProjection location, JumpscareUIElement jumpscareSprite) : base(id) {
|
||||
Name = name;
|
||||
TypeId = typeId;
|
||||
Sprite = sprite;
|
||||
Location = location;
|
||||
JumpscareSprite = jumpscareSprite;
|
||||
}
|
||||
|
||||
// public TextureRegion Sprite { get; set; }
|
||||
|
||||
public UIElement Sprite { get; set; }
|
||||
public override string Name{ get; }
|
||||
public override int TypeId{ get; }
|
||||
|
||||
public JumpscareUIElement JumpscareSprite { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue