Adding loads of icons and starting refactor of weapons and mods
This commit is contained in:
parent
1a959fbc0c
commit
f97521decc
4411 changed files with 74792 additions and 42 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue