Poikilos / EnlivenMinetest

Minetest engine server management tools and ENLIVEN game installer/updater

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heart_gone is missing from bucket_game, so base/textures one is used and is cropped due to being a different size.

Poikilos opened this issue · comments

screenshot_20240123_002818

  • Ensure heart.png in games is 24x24 to avoid scaling artifacts (the engine uses nearest pixel scaling to scale it to 24)
  • Create a new heart_gone.png that is the same size as heart.png.

Patching instructions:

# Set BUCKET_GAME then:
git clone https://github.com/Poikilos/EnlivenMinetest.git EnlivenMinetest
cd EnlivenMinetest
# or git pull
cp Bucket_Game-branches/heart_gone-add-vs-240120/mods/codercore/default/textures/* $BUCKET_GAME/mods/codercore/default/textures/
# repeat for other games

solved in bucket_game ~240127