adds icons to startpoints

This commit is contained in:
duncathan 2020-02-29 04:50:31 -06:00
parent 175b4790d5
commit f00114143d
4 changed files with 3 additions and 3 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
src/assets/icon/Camp.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

View file

@ -32,9 +32,9 @@ return { style = 'dialog',
}, },
{ type = 'label', text = 'Spawn Location', minheight = 32 }, { type = 'label', text = 'Spawn Location', minheight = 32 },
{ type = 'stepper', id = 'spawn', align = 'middle left', height = 48, width = 200, { type = 'stepper', id = 'spawn', align = 'middle left', height = 48, width = 200,
{ text = "Start Point", value = "Start Point" }, { text = " Start\r\n Point", value = "Start Point", icon = "assets/icon/StartPoint2.png" },
{ text = "Arthur's House", value = "Arthur's House" }, { text = " Arthur's\r\n House", value = "Arthur's House", icon = "assets/icon/Arthur2.png" },
{ text = "Camp", value = "Camp" } { text = " Camp", value = "Camp", icon = "assets/icon/Camp.png" }
} }
}, },
}, },