Stamp: Difference between revisions
(add tooltip text) |
(Marked this version for translation) |
||
Line 7: | Line 7: | ||
<section end=image/><p id="tooltip">Colors a circle on the terrain in the agent’s current position, with size corresponding to the size of the agent.</p> | <section end=image/><p id="tooltip">Colors a circle on the terrain in the agent’s current position, with size corresponding to the size of the agent.</p> | ||
<!--T:8--> | |||
<section begin="name" />'''<code>stamp [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | <section begin="name" />'''<code>stamp [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer. | ||
Revision as of 14:48, 8 August 2023
Colors a circle on the terrain in the agent’s current position, with size corresponding to the size of the agent.
stamp [_]
is a code block part of the Environment drawer.
Usage
stamp [_]
causes the agent to draw a circle on the terrain in the agent's current position, with size corresponding to the size of the agent.
Syntax
Inputs:
- Color block
Common Uses
This is used to change the color of the terrain. Changing the color of all the terrain would require creating one large agent of size 200 and then stamping a certain color.