like/dislike box

This commit is contained in:
2024-12-25 00:27:26 +01:00
parent 937f582b47
commit 0ccb4dbdd9
2 changed files with 17 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ private:
RenderTexture2D canvasTexure = {0};
Rectangle dest;
Rectangle likeBox;
Rectangle disLikeBox;
Dna dna = {0};
};