hp bar and borders
This commit is contained in:
parent
4fa6a88b54
commit
16d7559965
10 changed files with 252 additions and 2 deletions
1
ship.gd
1
ship.gd
|
|
@ -1,6 +1,7 @@
|
|||
extends RigidBody2D
|
||||
|
||||
signal moved
|
||||
signal got_hit
|
||||
|
||||
@export var thrust_power : float = 1
|
||||
@export var turn_power : float = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue