BlockMen / cme

Creatures MOB-Engine for Minetest
Other
18 stars 10 forks source link

Added description and screenshot files #3

Closed ExcaliburZero closed 9 years ago

ExcaliburZero commented 9 years ago

Added a description and screenshot file that will be used by the Mod tab of the main menu of Minetest.

BlockMen commented 9 years ago

The screenshot should be in 4:3 format. IIRC he "frame"is sized that way in Mainmenu

ExcaliburZero commented 9 years ago

@BlockMen I've heard that the ratio should be 4:3, but when I actually checked the ratio at which the screenshot is displayed in the mods tab of the main menu it was 3:2.

Source: (https://github.com/minetest/minetest/blob/990a96578f20244626b6b9f67f8e79a7e2e614ea/builtin/mainmenu/tab_mods.lua#L64)

"image[5.5,0;3,2;" .. core.formspec_escape(modscreenshot) .. "]"
BlockMen commented 9 years ago

@ExcaliburZero 3:2 is the same ratio as 4:3 ;) So whatever you call it, the screenshot is too wide

EDIT: umm...nvm what i said. change it to 3:2.

Note to me: Never do anything before having a coffee!

ExcaliburZero commented 9 years ago

Okay, there, that should do it.