added reward

This commit is contained in:
h4570
2020-12-07 21:51:48 +01:00
parent 11a92c32ee
commit 96fe7c380e
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public:
private:
u8 isTask1Done, isTask2Done;
Sprite task1, task2, task1Checkbox, task2Checkbox, info;
Sprite task1, task2, task1Checkbox, task2Checkbox, info, reward;
Texture *grayCheckboxTex, *blueCheckboxTex;
};