Make sprites common

This commit is contained in:
lvrossem
2023-03-16 13:00:05 +01:00
parent 472d6a2409
commit 08cccd27b5
262 changed files with 22 additions and 1 deletions

View File

@@ -25,6 +25,11 @@ public class JustSignController : MonoBehaviour
themeList = ThemeLoader.LoadJson();
currentTheme = FindThemeByName(PlayerPrefs.GetString("themeName"));
words = currentTheme.words;
/*
RectTransform rectTransform = newImage.GetComponent<RectTransform>();
rectTransform.localPosition = new Vector3(xPosition, yPosition, 0);
rectTransform.sizeDelta = new Vector2(width, height);
*/
}
// Update is called once per frame