Rewriting ships: Added shields and weapons holder
This commit is contained in:
parent
e2b9fa6c69
commit
95274d0a5b
17 changed files with 396 additions and 24 deletions
|
|
@ -2,7 +2,7 @@ extends Node2D
|
|||
|
||||
# TODO: rewrite movement system to be impulse based
|
||||
|
||||
class_name ShipEngine
|
||||
# class_name ShipEngine
|
||||
|
||||
@export var max_speed : float = 200
|
||||
@export var max_turbo_speed : float = 300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue