Skip to content

Commit

Permalink
fix(next_level_button.tscn): 修复箭头字符位置
Browse files Browse the repository at this point in the history
  • Loading branch information
cutekibry committed Feb 17, 2024
1 parent dfce327 commit 672b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/base_level/next_level_button/next_level_button.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ wait_time = 0.3
one_shot = true

[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." index="3"]
position = Vector2(20, 21)
position = Vector2(17, 17)
sprite_frames = SubResource("SpriteFrames_r0kjg")
autoplay = "default"

0 comments on commit 672b1fc

Please sign in to comment.