Skip to content

Commit

Permalink
Update netthreads link to archived page (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orio-nn committed May 6, 2024
1 parent 8354a53 commit 2c7af66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/graphics/2d/scene2d/scene2d.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ actor.addAction(forever(sequence(scaleTo(2, 2, 0.5f), scaleTo(1, 1, 0.5f), delay

### External Links

* [netthreads](https://www.netthreads.co.uk/2012/01/31/libgdx-example-of-using-scene2d-actions-and-event-handling/) A fully documented scene2d example game.
* [netthreads](https://web.archive.org/web/20200805185955/http://www.netthreads.co.uk/2012/01/31/libgdx-example-of-using-scene2d-actions-and-event-handling/) A fully documented scene2d example game.
* [gdx-ui-app](https://github.com/broken-e/gdx-ui-app) A library on top of scene2d for easier development.
* [Should I use scene2d for my game?](https://jvm-gaming.org/t/libgdx-actor-to-use-or-not-to-use-or-when-to-use/41938/7)
* [Street Race game tutorial](https://theinvader360.blogspot.co.uk/2013/05/street-race-swipe-libgdx-scene2d.html)

0 comments on commit 2c7af66

Please sign in to comment.