Mention that the tower now has binaries. Also remove mentioning the broken seals repo, as it's using terraman.

This commit is contained in:
Relintai 2022-02-11 12:10:21 +01:00
parent cb906e04e3
commit 8431e73353

View File

@ -4,7 +4,7 @@ A voxel engine for godot, focusing more on editor integration, gameplay-related
This is an engine module! Which means that you will need to compile it into Godot! [See the compiling section here.](#compiling)
You can find a demonstration project here: https://github.com/Relintai/the_tower
You can find a demonstration project (with pre-built binaries) here: https://github.com/Relintai/the_tower
## Godot Version Support
@ -25,11 +25,6 @@ If compile breaks, and I don't notice please report.
`https://github.com/Relintai/props`: You get access to a bunch of properties, and methods that can manipulate, and use props.\
`https://github.com/Relintai/mesh_utils`: Lets you use lod levels higher than 4 by default.
## Pre-built binaries
You can grab a pre-built editor binary from the [Broken Seals](https://github.com/Relintai/broken_seals/releases)
repo, should you want to. It contains all my modules.
## Usage
First create a scene, and add a VoxelWorldBlocky node into it. Create a VoxelLibrary, and assign it to the Library property.