PR suggestions

This commit is contained in:
Erick Zanardo
2020-04-21 09:37:30 -03:00
parent b5ae4f25f2
commit f47cd38d77
2 changed files with 8 additions and 10 deletions

View File

@ -56,6 +56,8 @@ void main() async {
),
sprite: _buttons.getSprite(0, 0),
pressedSprite: _buttons.getSprite(1, 0),
width: ctx.numberProperty('width', 250),
height: ctx.numberProperty('height', 75),
),
),
);