Všechna monstra, dynamický targeting. Bugfixy u monster.
This commit is contained in:
parent
55fd052072
commit
4fdff0a0cc
18 changed files with 345 additions and 43 deletions
|
|
@ -30,7 +30,10 @@ public class MenuInputField : UIElement {
|
|||
textBoxElement.Text = defaultValue;
|
||||
}
|
||||
|
||||
public string Text => textBoxElement.Text;
|
||||
public string Text{
|
||||
get => textBoxElement.Text;
|
||||
set => textBoxElement.Text = value;
|
||||
}
|
||||
|
||||
public override void Draw(SpriteBatch spriteBatch) {
|
||||
labelElement.Draw(spriteBatch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue