I just updated a project to Godot v4 from 3.5
On running my project, I get the error pointing at the second line, but there is no ")" character. What am I missing, or could I look at it to try and fix this?
var rng = RandomNumberGenerator.new()
@export var level_name: String = "level"