mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-09 18:04:07 +00:00
nilrider:: easier function in sample level, for faster load
This commit is contained in:
parent
ae4520d410
commit
c9b1b47150
@ -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
|
# 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
|
# 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.
|
# 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.
|
# MAP is necessary. FUNCTION and BOUNDS will be copied from the main layer if not provided.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user