restore missing purple hotbar select image
also copied-in all the otehr hotbar images so that they can be themed
Before Width: | Height: | Size: 175 B |
@ -30,15 +30,15 @@ rm -rf $workdir/mods/bones \
|
||||
|
||||
cp -a $upstream_mods_path"/my_mods/dreambuilder_extras" $workdir/mods
|
||||
|
||||
rm $workdir"/README.md" \
|
||||
$workdir"/mods/default/README.txt" \
|
||||
$workdir"/game.conf" \
|
||||
$workdir"/minetest.conf" \
|
||||
$workdir"/minetest.conf.example" \
|
||||
$workdir"/settingtypes.txt" \
|
||||
$workdir"/screenshot.png" \
|
||||
$workdir"/menu/icon.png" \
|
||||
$workdir"/menu/header.png"
|
||||
rm $workdir"/README.md" \
|
||||
$workdir"/mods/default/README.txt" \
|
||||
$workdir"/game.conf" \
|
||||
$workdir"/minetest.conf" \
|
||||
$workdir"/minetest.conf.example" \
|
||||
$workdir"/settingtypes.txt" \
|
||||
$workdir"/screenshot.png" \
|
||||
$workdir"/menu/icon.png" \
|
||||
$workdir"/menu/header.png"
|
||||
|
||||
mv $workdir"/mods/dreambuilder_extras/README.md" $workdir
|
||||
mv $workdir"/mods/dreambuilder_extras/default_README.txt" $workdir"/mods/default/README.txt"
|
||||
@ -404,7 +404,8 @@ rm $workdir"/mods/default/textures/gui_formbg.png" \
|
||||
$workdir"/mods/unified_inventory/textures/ui_form_bg.png" \
|
||||
$workdir"/mods/unified_inventory/textures/ui_main_inventory.png" \
|
||||
$workdir"/mods/unified_inventory/textures/ui_single_slot.png" \
|
||||
$workdir"/mods/vessels/textures/vessels_shelf_slot.png"
|
||||
$workdir"/mods/vessels/textures/vessels_shelf_slot.png" \
|
||||
$workdir"/mods/default/textures/gui_hotbar_selected.png"
|
||||
|
||||
rm /tmp/herefile* /tmp/LISTCOLORS_HIDE_SLOTS
|
||||
|
||||
|
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_1.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_10.png
Normal file
After Width: | Height: | Size: 542 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_16.png
Normal file
After Width: | Height: | Size: 763 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_23.png
Normal file
After Width: | Height: | Size: 952 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_24.png
Normal file
After Width: | Height: | Size: 984 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_32.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
mods/dreambuilder_gui_theming/textures/gui_hb_bg_8.png
Normal file
After Width: | Height: | Size: 479 B |
BIN
mods/dreambuilder_gui_theming/textures/gui_hotbar_selected.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
@ -1 +1,2 @@
|
||||
min_minetest_version = 5.2.0
|
||||
optional_depends = default, dreambuilder_gui_theming
|
||||
|