This commit is contained in:
2026-03-27 00:21:40 +01:00
parent 2743fd314a
commit ebc9325b53
13 changed files with 26 additions and 34 deletions

View File

@@ -37,7 +37,7 @@ const HUGE_COST_EXPONENT: int = 1000000
@export var run_multiplier: float = 1.0
## Reference to generator UI
@onready var info_generator_container: GeneratorPanel = $GeneratorPanel
@export var info_generator_container: GeneratorPanel
## True while the pointer is inside the generator Area2D.
var _mouse_entered: bool = false