Adding loads of icons and starting refactor of weapons and mods

This commit is contained in:
Dan Baker 2025-05-07 08:57:34 +01:00
parent 1a959fbc0c
commit f97521decc
4411 changed files with 74792 additions and 42 deletions

View file

@ -12,7 +12,6 @@ var final_goal: Vector2
@onready var line: Line2D = $Line2D
func _ready():
Log.pr("Bolt!")
line.width = 2
final_goal = goal_point - global_position
$Timer.start(randf_range(0.1, 0.5))