Make sprites common
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user