Skip to content

plotchars can't plot more than 32 extrawide characters error #27

Description

@chunkypixel

Under the following scenario the extrawide 32 character limit still applies:

 rem ** FAIL - ERROR, plotchars can't plot more than 32 extrawide characters. **
 set doublewide off
 plotchars 'good job! but...' 0 16 20 extrawide
 plotchars 'it looks like you' 0 12 22 extrawide
 plotchars 'need some practice!' 0 4 23 extrawide
 
 rem ** OK **
 ;set doublewide on
 ;plotchars 'good job! but...' 0 16 20
 ;plotchars 'it looks like you' 0 12 22
 ;plotchars 'need some practice!' 0 4 23

but if you use the 'set doublewide on' state it is accepted. See attached sample project.

extrawide.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions