adds mychar selector to settings menu UI

This commit is contained in:
duncathan 2020-02-28 07:22:56 -06:00
parent b73c59a7d9
commit ff6701d60c
8 changed files with 10 additions and 0 deletions

BIN
src/assets/icon/Curly.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/icon/Frog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/icon/King.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/icon/Quote.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/icon/Sue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
src/assets/icon/Toroko.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -20,6 +20,16 @@ return { style = 'dialog',
{ text = "Best ending", value = "objBestEnd" },
{ text = "All bosses", value = "objAllBosses"}
},
{ type = 'label', text = 'Player Sprite', minheight = 32 },
{ type = 'stepper', id = 'mychar', align = 'middle left', height = 48, width = 200,
{ text = " Quote", value = "Quote.bmp", icon = "assets/icon/Quote.png" },
{ text = " Curly", value = "Curly.bmp", icon = "assets/icon/Curly.png" },
{ text = " Sue", value = "Sue.bmp", icon = "assets/icon/Sue.png" },
{ text = " Toroko", value = "Toroko.bmp", icon = "assets/icon/Toroko.png" },
{ text = " King", value = "King.bmp", icon = "assets/icon/King.png" },
{ text = " Kanpachi", value = "Kanpachi.bmp", icon = "assets/icon/Kanpachi.png" },
{ text = " Frog", value = "Frog.bmp", icon = "assets/icon/Frog.png" }
}
},
},
{