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:
parent
e3337de123
commit
e0dc918b83
BIN
.cdb-alpha.jpg
BIN
.cdb-alpha.jpg
Binary file not shown.
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 203 KiB |
BIN
.cdb-release.jpg
BIN
.cdb-release.jpg
Binary file not shown.
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 267 KiB |
Binary file not shown.
@ -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)
|
||||
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 36 KiB |
Loading…
x
Reference in New Issue
Block a user