@export var speed: = 80.0
This code is in my player scene which inherits from an entity scene
For some reason when I change the speed value in the editor it doesn't show the reset symbol
For context the entity scene with it inherits from has a script of its own but it is not being used for the player but extending it
At some point it didn't even affect the actual player's speed when I ran the game if I changed it
But somehow after some poking hands it affects it but the reset thing is still broken