This commit is contained in:
Tabby 2025-11-30 00:49:23 +11:00
parent 792dd99546
commit 37a19d8788
14 changed files with 379 additions and 105 deletions

View file

@ -2,6 +2,8 @@ extends RigidBody2D
signal moved
signal got_hit
signal got_points
@export var thrust_power : float = 1
@export var turn_power : float = 1