1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-02 02:53:32 +02:00

Fix yellow lab autotiling

A few autotile entries were missing.
This commit is contained in:
AllyTally 2023-09-04 11:32:39 -03:00 committed by Misa Elizabeth Kai
parent 8de93cb0f4
commit 3f69b64a09

View File

@ -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,
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,
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;