ChocolateBird/Node2D.gd

5 lines
58 B
GDScript

extends Node2D
func _ready():
Engine.set_target_fps(60)