mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2024-11-10 00:45:15 +00:00
adds icons to startpoints
This commit is contained in:
parent
175b4790d5
commit
f00114143d
BIN
src/assets/icon/Arthur2.png
Normal file
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
BIN
src/assets/icon/Camp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
src/assets/icon/StartPoint2.png
Normal file
BIN
src/assets/icon/StartPoint2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -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" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue