mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Fix yellow lab autotiling
A few autotile entries were missing.
This commit is contained in:
parent
8de93cb0f4
commit
3f69b64a09
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ editorclass::editorclass(void)
|
||||||
95, 135, 80, 120, 80, 136, 95, 135, 95, 135, 80, 176, 80, 120, 17, 162, 17, 162,
|
95, 135, 80, 120, 80, 136, 95, 135, 95, 135, 80, 176, 80, 120, 17, 162, 17, 162,
|
||||||
16, 96, 16, 161, 17, 162, 17, 162, 16, 96, 16, 161, 82, 137, 82, 137, 81, 0, 81,
|
16, 96, 16, 161, 17, 162, 17, 162, 16, 96, 16, 161, 82, 137, 82, 137, 81, 0, 81,
|
||||||
27, 82, 137, 82, 137, 57, 0, 57, 2, 17, 162, 17, 162, 16, 162, 16, 161, 17, 162,
|
27, 82, 137, 82, 137, 57, 0, 57, 2, 17, 162, 17, 162, 16, 162, 16, 161, 17, 162,
|
||||||
17, 162, 16, 96, 16, 161, 82, 122, 82, 122, 56, 0, 82, 1, 82, 122, 82, 122, 81
|
17, 162, 16, 96, 16, 161, 82, 122, 82, 122, 56, 0, 82, 1, 82, 122, 82, 122, 81,
|
||||||
|
41, 81, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
std::vector<int> lab_yellow_vec;
|
std::vector<int> lab_yellow_vec;
|
||||||
|
|
Loading…
Reference in a new issue