Hi! I am very, very new to programming in general. I took up this mini project as my first one, but I'm unsure how to figure it out. Any pointers, tips, nudges in the right direction would be really appreciated.
I thought I'd make a little app that output the most complicated calculations for a tabletop RPG.
This is what I have so far. The calculation is 0.5y * (100-x). Nodes are TextEdits and Button...
Any tips for how to have it take in the numbers written in xTextbox and yTextbox, store them as x and y, and then carry out the Calculation with these values (and then display it underneath)?
I think studying this working code would really clear up a ton of things about Godot for me.
Thanks so much if you take a look at this!