extends Node const LEVEL_SCALE = 0.25 func _ready(): $player_node.set_scale(LEVEL_SCALE) pass