You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many dupes/obsolete tiles in the spec, so instead of removing them and breaking compatibility we could add an alias tag which would define the alias ids as copies.
;; bonus block with a dupe of 26
(tile
(id 83)
...
(aliases 26)
)
;; snow/convex tiles that are not needed anymore;; but are aliased to 0 so levels using them don't get messed up
(tile
(id 0)
(aliases 29272932)
)
This would help with tremendously with remapping the ids back.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are many dupes/obsolete tiles in the spec, so instead of removing them and breaking compatibility we could add an
alias
tag which would define the alias ids as copies.This would help with tremendously with remapping the ids back.
Beta Was this translation helpful? Give feedback.
All reactions