Added screensots, and a description to the readme.

This commit is contained in:
Relintai 2022-02-09 18:26:42 +01:00
parent 39b8719c36
commit 2a24446741
6 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@
A really simple (and visually strange) demonstration project for Voxelman.
It is a first person parkour game. Reach the weird glowing teleporter at the end of each level.
In order to open this, you need to have a Godot built with [voxelman](https://github.com/Relintai/voxelman) added!
You can either just get an executable at the [releases tab](https://github.com/Relintai/the_tower/releases), or
@ -15,6 +17,13 @@ you can build one yourself see [here](#compiling).
`r`: reload level \
`esc`: ingame menu
## Screenshots
![The menu](pictures/screenshot_menu.jpg)
![The game](pictures/screenshot_game.jpg)
![A teleporter](pictures/screenshot_teleporter.jpg)
![The editor](pictures/screenshot_editor.jpg)
## Assets
### The sound effect

View File

@ -245,6 +245,7 @@ editable = true
max_concurrent_generations = 5
library = ExtResource( 3 )
chunks = [ SubResource( 1 ), SubResource( 2 ), SubResource( 3 ), SubResource( 4 ), SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ), SubResource( 9 ), SubResource( 10 ), SubResource( 11 ), SubResource( 12 ) ]
num_lods = 5
__meta__ = {
"_edit_lock_": true
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB