- Fixing Commit
This commit is contained in:
parent
d92086f600
commit
78b4a3bba2
14 changed files with 133 additions and 66 deletions
|
@ -3,7 +3,7 @@ extends RigidBody2D
|
|||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
$Sprite.frame = randi_range(0,4)
|
||||
$Sprite.frame = randi_range(0,12)
|
||||
position.x += randi_range(-10,10)
|
||||
|
||||
|
||||
|
|
|
@ -19,4 +19,5 @@ position = Vector2(0, -7)
|
|||
texture = ExtResource("1_al4up")
|
||||
offset = Vector2(0, 0.5)
|
||||
hframes = 5
|
||||
vframes = 3
|
||||
frame = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue