minor improvements
This commit is contained in:
parent
c306aed43a
commit
9696dd2f11
4 changed files with 9 additions and 1 deletions
|
@ -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))
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue