Reworked Steam Handler and updated readme for merge to main.
This commit is contained in:
@@ -4,7 +4,7 @@ using Godot;
|
||||
|
||||
public partial class Robot : Node3D
|
||||
{
|
||||
private const float EnergyUsePerSecond = 0.6f;
|
||||
private const float EnergyUsePerSecond = 0.3f;
|
||||
private const float HeatGainPerSecond = 2.5f;
|
||||
private const float ActiveHeatLossPerSecond = 22f;
|
||||
private const float IdleHeatLossPerSecond = 12f;
|
||||
|
||||
Reference in New Issue
Block a user