better script, new fish: cod and salmon

master
Unknown 2018-04-08 14:36:50 +02:00
parent 6d8778edea
commit a9b4f9d6f5
8 changed files with 36 additions and 2 deletions

BIN
models/+/cod_mob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
models/+/salmon_mob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
models/cod.blend Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
#!/bin/bash
# depends on xdotool
# depends on xdotool and 1600x900 screen
# focus on blender which is full screen on left screen
xdotool mousemove 100 100 click 2
xdotool mousemove 246 119 click 2
# wait 1 secon
sleep 1
@ -77,3 +77,33 @@ sleep 1
# press enter
xdotool key ctrl+j
# wait 1 second
sleep 1
# press space
xdotool key space
# wait 1 second
sleep 1
# press b
xdotool key b
# wait 1 second
sleep 1
# press 3
xdotool key 3
# wait 1 second
sleep 1
# press enter
xdotool key KP_Enter
# wait 1 second
sleep 1
# press enter
xdotool key KP_Enter

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
models/salmon.blend Normal file

Binary file not shown.

View File

@ -14,6 +14,10 @@
/summon turtle ~ ~ ~ {NoAI:1}
/summon cod_mob ~ ~ ~ {NoAI:1}
/summon salmon_mob ~ ~ ~ {NoAI:1}
/summon bat ~ ~ ~ {NoAI:1}
/summon blaze ~ ~ ~ {Age:-5000, NoAI:1}