DevinBayly / virtual-nature

0 stars 0 forks source link

make the number of plants drawn on the surface a parameter #9

Open DevinBayly opened 2 years ago

DevinBayly commented 2 years ago

learn to use the export gdscript value https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.html

this makes a variable from the script visible in the inspector and we can change it there.

DevinBayly commented 2 years ago

the line to think about modifying would be here in this file https://github.com/DevinBayly/virtual-nature/blob/b5a92ab71a92fadc3bf58aeba6a185071f92b89e/godot_files/exercise_getting_ray_intersection.gd#L20

DevinBayly commented 2 years ago

When you succeed please add a screen shot to this issue thread