- Fixing Commit

This commit is contained in:
megamichi 2024-10-22 19:52:35 +02:00
parent d92086f600
commit 78b4a3bba2
14 changed files with 133 additions and 66 deletions

View file

@ -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)

View file

@ -19,4 +19,5 @@ position = Vector2(0, -7)
texture = ExtResource("1_al4up")
offset = Vector2(0, 0.5)
hframes = 5
vframes = 3
frame = 3