More actions
(Created page with "{{Infobox 3DS homebrew | title = 2D Side-Scrolling Example | image = https://dlhb.gamebrew.org/3dshomebrew/2D-Side-Scrolling-Example.jpeg|250px | type = Other Games | version...") |
m (Text replacement - "Category:3DS homebrew games" to "") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox 3DS | {{Infobox 3DS Homebrews | ||
| title = 2D Side-Scrolling Example | |title=2D Side-Scrolling Example | ||
| image = | |image=2dsidescrollingexample2.png | ||
| type = | |description=Simple example of a side-scroller. | ||
| version = WIP | |author=Voxel Studios | ||
| | |lastupdated=2015/10/18 | ||
| | |type=Demos | ||
| website = https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017 | |version=WIP | ||
| | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrews/2dsidescrollingexample.7z | |||
|website=https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017 | |||
|source=https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017 | |||
}} | }} | ||
This is a 2D Side-Scrolling Example for the 3DS. It is the first homebrew project by Voxel Studios, coded in C using libsf2d and some other libs. | |||
==Features== | |||
* View in 3D. | |||
* View in 3D | |||
* Camera stops following you when you get to the start/end of the level. | * Camera stops following you when you get to the start/end of the level. | ||
* Animation system. | * Animation system. | ||
* You can jump | * You can jump. | ||
* Lightweight code (sort of. | * Lightweight code (sort of). | ||
* Colourful, MS Paint-styled graphics | * Colourful, MS Paint-styled graphics. | ||
* Also available as .3DS and .CIA files for Emunand and what-not | * Also available as .3DS and .CIA files for Emunand and what-not. | ||
==Controls== | |||
Circle Pad/D-Pad - Move in desired direction | |||
A - Jump | |||
==Compatibility== | |||
Tested and works on: | |||
* NINJHAX 2.0. | |||
* | * NINJHAX 1.1B. | ||
* | * IRONHAX. | ||
Tested 3DS/2DS models: | |||
* N3DS 10.1.0-27E. | |||
* 2DS 6.1.0-12E. | |||
==Known issues== | |||
Walking animations tend to freeze when you jump and then move. | |||
==External links== | |||
* GBAtemp - https://gbatemp.net/threads/release-wip-2d-side-scrolling-example-in-3d.400017 |
Latest revision as of 05:46, 6 Mayıs 2024
2D Side-Scrolling Example | |
---|---|
General | |
Author | Voxel Studios |
Type | Demos |
Version | WIP |
License | Mixed |
Last Updated | 2015/10/18 |
Links | |
Download | |
Website | |
Source | |
This is a 2D Side-Scrolling Example for the 3DS. It is the first homebrew project by Voxel Studios, coded in C using libsf2d and some other libs.
Features
- View in 3D.
- Camera stops following you when you get to the start/end of the level.
- Animation system.
- You can jump.
- Lightweight code (sort of).
- Colourful, MS Paint-styled graphics.
- Also available as .3DS and .CIA files for Emunand and what-not.
Controls
Circle Pad/D-Pad - Move in desired direction
A - Jump
Compatibility
Tested and works on:
- NINJHAX 2.0.
- NINJHAX 1.1B.
- IRONHAX.
Tested 3DS/2DS models:
- N3DS 10.1.0-27E.
- 2DS 6.1.0-12E.
Known issues
Walking animations tend to freeze when you jump and then move.