OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
201 stars 110 forks source link

`/icon` procs are not implemented #141

Open wixoaGit opened 3 years ago

wixoaGit commented 3 years ago

Procs in the /icon object are missing implementations.

wixoaGit commented 3 years ago

OpenSS13 makes use of Blend and DrawBox

ike709 commented 3 years ago

I should also mention that you can't currently set a var to a new /icon()

ike709 commented 1 year ago

Blend() partially done in https://github.com/OpenDreamProject/OpenDream/pull/948

ike709 commented 1 year ago

Scale() completed in https://github.com/OpenDreamProject/OpenDream/pull/951

itsmeow commented 9 months ago

Scale() doesn't properly transform individual frames within the icon, instead just scaling the entire icon arbitrarily, without changing the images inside.