update stock props

This commit is contained in:
Evan Carroll 2026-01-23 20:36:03 -06:00
parent fe40fd32ab
commit 98590f63e7
18 changed files with 898 additions and 1 deletions

View file

@ -88,6 +88,12 @@ get_tags() {
misc)
echo '["misc", "droppable"]'
;;
screen)
echo '["screen", "projector", "droppable"]'
;;
keyboard)
echo '["keyboard", "media", "droppable"]'
;;
*)
echo '["prop", "droppable"]'
;;