More screenshot enhancements

- Moved camera back to fit it all in 16:10
- Adjusted charcoal glyphs on right side
- Fresh high-MSAA screencaps, guetzli'd for CDB
This commit is contained in:
Aaron Suen 2021-07-09 00:25:25 -04:00
parent e3337de123
commit e0dc918b83
5 changed files with 8 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 KiB

After

Width:  |  Height:  |  Size: 203 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 267 KiB

Binary file not shown.

View File

@ -11,11 +11,18 @@ local function setup(p)
local r = minetest.get_player_privs(n)
r.fly = true
r.fast = true
r.noclip = true
r.debug = true
r.basic_debug = true
r.give = true
r.pulverize = true
r.interact = true
r.keepinv = true
r.ncdqd = true
r.teleport = true
minetest.set_player_privs(n, r)
p:set_pos({x = -112.6, y = 5, z = -92.6})
p:set_pos({x = -112.4, y = 5, z = -91.8})
p:set_look_horizontal(163.8 * math_pi / 180)
p:set_look_vertical(9 * math_pi / 180)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB