minor improvements

This commit is contained in:
Page Asgardius 2024-02-01 20:15:29 -07:00
parent c306aed43a
commit 9696dd2f11
4 changed files with 9 additions and 1 deletions

View file

@ -9,6 +9,11 @@ const JUMP_VELOCITY = -400.0
var vangle = 2
var weakness = 2
func _ready():
var stimer = $Speed
stimer.start(0.05)
func get_vector(angle):
theta = angle + alpha
return Vector2(cos(theta),sin(theta))

View file

@ -164,6 +164,7 @@ _data = {
[node name="Natasha" type="CharacterBody2D"]
script = ExtResource("1_kycyt")
alpha = 1.699
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("2_grplw")