Archaegeo / Starbase

Starbase YOLOL Code projects
GNU General Public License v3.0
70 stars 29 forks source link

Deltas Text Panel #25

Closed lascuc closed 3 years ago

lascuc commented 3 years ago

Deltas not being displayed correctly:

image

lascuc commented 3 years ago

Fix: when this happens you need to force the Deltas yolol to read line 1, then all works as intended.

You need to put the Delta yolol in a Chip Socket, then while ship is moving edit last line of code:

9 :Deltas=s goto2 change to 9 :Deltas=s goto1

Once chip cycles once through Line 1 you can change it back to

9 :Deltas=s goto2

And issue is resolved.