Small Godot Wild Jam game
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase unit move speed and decrease treatment time

+2 -2
+2 -2
Scenes/unit/unit.gd
··· 4 4 # 5 5 # Copy pasted from the unit in the testing scene 6 6 # 7 - @export var move_speed: float = 200.0 8 - @export var treatment_time: float = 5 7 + @export var move_speed: float = 500.0 8 + @export var treatment_time: float = 1.25 9 9 @export var unit_type: Global.UnitType 10 10 11 11 var was_correct: bool