mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
This commit is contained in:
parent
e03082c941
commit
fa2709f182
8 changed files with 367 additions and 216 deletions
|
|
@ -13,7 +13,7 @@ type Item = {
|
|||
local items = source({} :: Array<Item>)
|
||||
|
||||
List {
|
||||
Children = map(items, function(item, i)
|
||||
Children = indexes(items, function(item, i)
|
||||
return create "ImageLabel" {
|
||||
Image = function()
|
||||
return "rbxassetid://" .. item().Icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue