Skip to content

Commit

Permalink
Update link to new docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
owenbutler committed Oct 30, 2024
1 parent 9302982 commit 543695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/10-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Then we take the `player_sprite_index` and use that when specifying the `path` o

## A Note on Spritesheets

If you've done any game development before, you may be familiar with spritesheets, where each frame of an animation is contained within one image file. When using a spritesheet for animation, instead of changing which image file path is used for the sprite to render, you change which piece of the large spritesheet you render. [The DragonRuby GTK docs have a detailed example of how to do this.](http://docs.dragonruby.org/#----animation-using-sprite-sheet---main-rb)
If you've done any game development before, you may be familiar with spritesheets, where each frame of an animation is contained within one image file. When using a spritesheet for animation, instead of changing which image file path is used for the sprite to render, you change which piece of the large spritesheet you render. [The DragonRuby GTK docs have a detailed example of how to do this.](https://docs.dragonruby.org/#/samples/rendering-sprites?id=animation-using-sprite-sheet-mainrb)

## Extra Credit

Expand Down

0 comments on commit 543695e

Please sign in to comment.