File size: 217 Bytes
bd23f64
 
 
 
 
 
 
1
2
3
4
5
6
7
8
extends "res://addons/godot_rl_agents/sync.gd"


func _initialize():
	super._initialize()
	Engine.physics_ticks_per_second = _get_speedup() * 30 # Replace with function body.
	Engine.time_scale = _get_speedup() * 1.0