1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 06:27:17 +00:00

nilrider:: easier function in sample level, for faster load

This commit is contained in:
Zeno Rogue 2024-08-20 11:06:56 +02:00
parent ae4520d410
commit c9b1b47150

View File

@ -56,7 +56,8 @@ START 6 6.0
# note: the parser is quite slow, so if you enter a specific function here, the game will take some time to load
# you can also use (fast) predefined functions: zero, heisenberg, longtrack and well
FUNCTION exp(-x*x-y*y)
# FUNCTION exp(-x*x-y*y)
FUNCTION zero
# if you need more layers: enter 'LAYER <name>' then describe the layer, using the same format, except DESC and START are irrelevant.
# MAP is necessary. FUNCTION and BOUNDS will be copied from the main layer if not provided.