0.0.21 Added weight for beads. /JL

This commit is contained in:
2022-12-14 21:33:49 +01:00
parent c29ad7048d
commit 078e49d745
5 changed files with 179 additions and 6 deletions

View File

@@ -42,6 +42,8 @@ func LoadBeads(mw *MyMainWindow) {
bc.Red = bead.Red
bc.Green = bead.Green
bc.Blue = bead.Blue
bc.inStock = bead.InStock
bc.onHand = bead.OnHand
mw.beads = append(mw.beads, bc)
}
}