Merge branch 'master' of https://git.wmi.amu.edu.pl/s452639/psi
This commit is contained in:
commit
a87d4ecb2f
6
cozrobic.txt
Normal file
6
cozrobic.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
> tablica na ilość produktów
|
||||||
|
> znalezienie fontu z ikonami
|
||||||
|
> funkcja do wypełniania tej tablicy (usunąć losowanie wartości z drawProducts() )
|
||||||
|
> funckja do odbierania ilości produktów od robota
|
||||||
|
> funkcja do usuwania losowej ilości produktów
|
||||||
|
> funkcja do zamieniania miejscami produktów na półkach (5% szansy)
|
@ -26,6 +26,9 @@ class Product {
|
|||||||
|
|
||||||
static get REGISTRY() {
|
static get REGISTRY() {
|
||||||
// in alphabetical order
|
// in alphabetical order
|
||||||
|
//baby, camp, cat, car, cleaning, cloathes, cocktail, dog, electronic, glas, haunting
|
||||||
|
//kitchen, moving, newborn, swimming, winter, toilet, religion, party
|
||||||
|
//40
|
||||||
return {
|
return {
|
||||||
empty: new Product('', ''),
|
empty: new Product('', ''),
|
||||||
airFrashener: new Product('airFrashener', 'fa-wind'),
|
airFrashener: new Product('airFrashener', 'fa-wind'),
|
||||||
|
Loading…
Reference in New Issue
Block a user