If it is a simple game you could add a script to the root node and in that script have a variable that is the speed of the enemies. The enemies script should have something like this: speed = root_node.enemies_speed
The only thing you have to do is to change the variable in the root node.