Skip to content
Snippets Groups Projects
Commit 89ed9105 authored by Vitaliy Vashchenko's avatar Vitaliy Vashchenko
Browse files

#525 Moved background a bit to the right. Corrected positions due this shift.

parent fabd7dda
Branches
No related merge requests found
core/assets/common/game/runes/common/gfx/background.jpg

811 KiB

core/assets/common/game/runes/common/gfx/background.png

1.03 MiB

......@@ -16,14 +16,14 @@ public enum PositionDefinition {
//x,y, max runes, max runes clusters
POS1(0.22f, 0.14f, 5, 4),
POS2(0.22f, 0.51f, 5, 4),
POS3(0.22f, 0.87f, 5, 4),
POS4(0.58f, 0.71f, 3, 2),
POS5(0.58f, 0.37f, 3, 2),
POS6(0.58f, 0.01f, 3, 2),
POS7(0.04f, 0.57f, 3, 2),
POS8(0.04f, 0.19f, 3, 2);
POS1(0.24f, 0.14f, 5, 4),
POS2(0.24f, 0.51f, 5, 4),
POS3(0.24f, 0.87f, 5, 4),
POS4(0.62f, 0.71f, 3, 2),
POS5(0.62f, 0.37f, 3, 2),
POS6(0.62f, 0.01f, 3, 2),
POS7(0.01f, 0.57f, 3, 2),
POS8(0.01f, 0.19f, 3, 2);
private static final float FOLDED_SCALE = 0.6f;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment