mirror of
https://github.com/Relintai/the_tower.git
synced 2024-11-14 10:27:21 +01:00
Added screensots, and a description to the readme.
This commit is contained in:
parent
39b8719c36
commit
2a24446741
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
A really simple (and visually strange) demonstration project for Voxelman.
|
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!
|
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
|
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 \
|
`r`: reload level \
|
||||||
`esc`: ingame menu
|
`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
|
## Assets
|
||||||
|
|
||||||
### The sound effect
|
### The sound effect
|
||||||
|
@ -245,6 +245,7 @@ editable = true
|
|||||||
max_concurrent_generations = 5
|
max_concurrent_generations = 5
|
||||||
library = ExtResource( 3 )
|
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 ) ]
|
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__ = {
|
__meta__ = {
|
||||||
"_edit_lock_": true
|
"_edit_lock_": true
|
||||||
}
|
}
|
||||||
|
BIN
pictures/screenshot_editor.jpg
Normal file
BIN
pictures/screenshot_editor.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 342 KiB |
BIN
pictures/screenshot_game.jpg
Normal file
BIN
pictures/screenshot_game.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
BIN
pictures/screenshot_menu.jpg
Normal file
BIN
pictures/screenshot_menu.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
BIN
pictures/screenshot_teleporter.jpg
Normal file
BIN
pictures/screenshot_teleporter.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
Loading…
Reference in New Issue
Block a user