Releases: dylanopen/LittleIsland
Releases · dylanopen/LittleIsland
Release list
Little Island v0.0.2
Version 0.0.2 of Little Island
This is the first official release. v0.0.1 was an unofficial release and is no longer available.
Running this release
To run the release, simply open the executable LittleIsland.jar file.
If you cannot run it using your file explorer, you can use the java -jar path/to/LittleIsland.jar command to run it through the command line.
FEATURES in this release
- Player movement
- Player sprinting (will be slowed in later versions)
- Collision detection
- Basic blank island tilemap
- Temporary sprites / textures
ASSETS in this release
-
Player sprites
player/down1.png- animation frame 1 for downwards player movementplayer/down2.png- animation frame 2 for downwards player movementplayer/left1.png- animation frame 1 for player movement to the leftplayer/left2.png- animation frame 2 for player movement to the leftplayer/right1.png- animation frame 1 for player movement to the rightplayer/right2.png- animation frame 2 for player movement to the rightplayer/up1.png- animation frame 1 for upwards player movementplayer/up2.png- animation frame 2 for upwards player movement
-
Tile textures
tile/blank.png- blank tile (not used)tile/0.png- grasstile/1.png- watertile/2.png- sandtile/4--..--15.png- grass-sand-water combination tilestile/17.png- vertical bridge (north to south or south to north)tile/18.png- horizontal bridge (west to east or east to west)tile/19.png- connection bridge (connects bridge to west to bridge to south / vice versa)tile/20.png- stonetile/21.png- small tree
