hot fix, check StopObject
This commit is contained in:
parent
4c765c46f0
commit
4654dc0d5c
1 changed files with 2 additions and 0 deletions
|
@ -11,5 +11,7 @@ public class StopObject : MapObject
|
|||
|
||||
protected StopObject(Vector2 position, Vector2 size, Rectangle sourceRectangle, string textureName) : base(position, size, sourceRectangle, textureName)
|
||||
{
|
||||
// TODO: Написать коллизию, пусть тразмер будет чисто таким же как и текстурка.
|
||||
// Поменяйте уровень защиты конструктора, после снимите в MapManager комментарий в методе LoadMap с создания StopObject-а
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue