Finished first EA Version #1

Merged
Nicola merged 110 commits from dev into main 2026-05-19 20:01:13 +02:00
Showing only changes of commit d1bfea1d9b - Show all commits
+2 -2
View File
@@ -4,8 +4,8 @@ using Godot;
public partial class Robot : Node3D
{
private const float EnergyUsePerSecond = 0.12f;
private const float HeatGainPerSecond = 5f;
private const float EnergyUsePerSecond = 0.6f;
private const float HeatGainPerSecond = 2.5f;
private const float ActiveHeatLossPerSecond = 22f;
private const float IdleHeatLossPerSecond = 12f;
private const float CooldownTarget = 35f;