david-pfx / PuzzleScriptNext

A direct successor to PuzzleScript, building on the work of PuzzleScript Plus, Pattern:Script and others.
http://www.puzzlescriptnext.polyomino.com
MIT License
11 stars 4 forks source link

Different text sprites show in the same colour #47

Closed david-pfx closed 3 months ago

david-pfx commented 3 months ago

From @Mathgod

// comment
========
OBJECTS
========
Background .; black
Player; green
A; red; text: A
B; blue; text: A
================
COLLISIONLAYERS
================
Background
Player
A B
======
RULES
======
[] -> []
=======
LEVELS
=======
AB

expect: show A with two different colors

david-pfx commented 3 months ago

Dumb bug. Fixed in next release.