From f789c1103856a253871846da6e41fcdf7aacd78b Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 24 Oct 2024 15:34:55 -0400 Subject: Always load but don't draw invisible objects Signed-off-by: Andrew Opalach --- scripts/random.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/random.sh b/scripts/random.sh index 2f097cb..44a00a1 100755 --- a/scripts/random.sh +++ b/scripts/random.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash BUILD_DIR=build -WALLPAPERS_PATH=workshop_wallpapers +WALLPAPERS_PATH=workshop_wallpapers_11-8-21 while : ; do DIR=$(find $WALLPAPERS_PATH -mindepth 1 -maxdepth 1 -type d -print0 | shuf -zn1 | xargs --null) @@ -21,5 +21,5 @@ done echo $DIR cd $BUILD_DIR -./mauri -p ../$DIR/scene.pkg -w 1600 -h 900 +./mauri -p ../$DIR/scene.pkg -a /mnt/hdd/SteamLibrary/steamapps/common/wallpaper_engine/assets -w 1600 -h 900 cd .. -- cgit v1.2.3-101-g0448