Open DevinBayly opened 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
When you succeed please add a screen shot to this issue thread
learn to use the
export
gdscript value https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_exports.htmlthis makes a variable from the script visible in the inspector and we can change it there.