Bring UI dimensions and positions more in line with Morrowind UI

pull/1610/head
Capostrophic 7 years ago committed by GitHub
parent 9b8c56761b
commit 534f3ef094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -388,34 +388,34 @@ refraction scale = 1.0
# screen size. (0.0 to 1.0). X & Y, Width & Height. # screen size. (0.0 to 1.0). X & Y, Width & Height.
# Stats window displaying level, race, class, skills and stats. # Stats window displaying level, race, class, skills and stats.
stats x = 0.0 stats x = 0.015
stats y = 0.0 stats y = 0.015
stats w = 0.375 stats w = 0.4275
stats h = 0.4275 stats h = 0.45
# Stats window pin status # Stats window pin status
stats pin = false stats pin = false
# Spells window displaying powers, spells, and magical items. # Spells window displaying powers, spells, and magical items.
spells x = 0.625 spells x = 0.63
spells y = 0.5725 spells y = 0.39
spells w = 0.375 spells w = 0.36
spells h = 0.4275 spells h = 0.51
# Spells window pin status # Spells window pin status
spells pin = false spells pin = false
# Local and world map window. # Local and world map window.
map x = 0.625 map x = 0.63
map y = 0.0 map y = 0.015
map w = 0.375 map w = 0.36
map h = 0.5725 map h = 0.37
# Map window pin status # Map window pin status
map pin = false map pin = false
# Dialog window for talking with NPCs. # Dialog window for talking with NPCs.
dialogue x = 0.095 dialogue x = 0.15
dialogue y = 0.095 dialogue y = 0.5
dialogue w = 0.810 dialogue w = 0.7
dialogue h = 0.810 dialogue h = 0.45
# Alchemy window for crafting potions. # Alchemy window for crafting potions.
alchemy x = 0.25 alchemy x = 0.25
@ -424,51 +424,51 @@ alchemy w = 0.5
alchemy h = 0.5 alchemy h = 0.5
# Console command window for debugging commands. # Console command window for debugging commands.
console x = 0.0 console x = 0.015
console y = 0.0 console y = 0.015
console w = 1.0 console w = 1.0
console h = 0.5 console h = 0.5
# Player inventory window when explicitly opened. # Player inventory window when explicitly opened.
inventory x = 0.0 inventory x = 0.015
inventory y = 0.4275 inventory y = 0.54
inventory w = 0.6225 inventory w = 0.45
inventory h = 0.5725 inventory h = 0.38
# Inventory window pin status # Inventory window pin status
inventory pin = false inventory pin = false
# Player inventory window when searching a container. # Player inventory window when searching a container.
inventory container x = 0.0 inventory container x = 0.015
inventory container y = 0.4275 inventory container y = 0.54
inventory container w = 0.6225 inventory container w = 0.45
inventory container h = 0.5725 inventory container h = 0.38
# Player inventory window when bartering with a shopkeeper. # Player inventory window when bartering with a shopkeeper.
inventory barter x = 0.0 inventory barter x = 0.015
inventory barter y = 0.4275 inventory barter y = 0.54
inventory barter w = 0.6225 inventory barter w = 0.45
inventory barter h = 0.5725 inventory barter h = 0.38
# Player inventory window when trading with a companion. # Player inventory window when trading with a companion.
inventory companion x = 0.0 inventory companion x = 0.015
inventory companion y = 0.4275 inventory companion y = 0.54
inventory companion w = 0.6225 inventory companion w = 0.45
inventory companion h = 0.5725 inventory companion h = 0.38
# Container inventory when searching a container. # Container inventory when searching a container.
container x = 0.25 container x = 0.49
container y = 0.0 container y = 0.54
container w = 0.75 container w = 0.39
container h = 0.375 container h = 0.38
# NPC inventory window when bartering with a shopkeeper. # NPC inventory window when bartering with a shopkeeper.
barter x = 0.25 barter x = 0.6
barter y = 0.0 barter y = 0.27
barter w = 0.75 barter w = 0.38
barter h = 0.375 barter h = 0.63
# NPC inventory window when trading with a companion. # NPC inventory window when trading with a companion.
companion x = 0.25 companion x = 0.6
companion y = 0.0 companion y = 0.27
companion w = 0.75 companion w = 0.38
companion h = 0.375 companion h = 0.63

Loading…
Cancel
Save