new readme

This commit is contained in:
cow 2024-07-01 11:28:04 -04:00
parent 67266ca067
commit b4fb71d6dd

@ -1,23 +1,30 @@
# REMINDER:
# CAWEZ's Puzzlebox : HIRAETH
# Player can jump ~20 units!
If you wish to distribute assets from this repository, please first read the LICENSE file.
Contacts: cow.illuminati@cawez.ca
# Layer 1 : everything
# Layer 2 : reflection probe
# Layer 3 : player
# Layer 4 : activate button
# Layer 5 : non-player killable
# Layer 6 : forgive jump / controllable zero g
To build the project, import it in Godot. It has only been tested on GNU/Linux.
# Center:
# Gravity
# White: Tile
# Blue: Down
# Yellow: Track
# Green: None
# Outer:
# Behaviour
# White: Nothing
# Red: No death
# Purple: Fractal
Technical notes in case you with to modify something:
- The player can jump ~20 units
- Layer 1 : everything
- Layer 2 : reflection probe
- Layer 3 : player
- Layer 4 : activate button
- Layer 5 : non-player killable
- Layer 6 : forgive jump / controllable zero gravity
Color coding:
- Center:
- Gravity
- White: Tile
- Blue: Down
- Yellow: Track
- Green: None
- Outer:
- White: Nothing
- Red: No death
- Purple: Fractal