Skip to content
Snippets Groups Projects
Commit 837c8aaf authored by Benjamin Bösl's avatar Benjamin Bösl
Browse files

minor stuff

parent d38e73bc
No related branches found
No related tags found
No related merge requests found
......@@ -49,4 +49,11 @@ public void setScroll(Scroll s) {
}
gameObject.transform.GetChild(1).gameObject.GetComponent<TextMeshProUGUI>().text = s.description;
}
public void magicButton() {
for (int i = 0; i < ParameterDisplays.Length; i++) {
Fact facti = ParameterDisplays[i].GetComponent<DropHandling>().currentFact;
Declaration decl_i = scroll.declarations[i];
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment