Eye/Mouth graphics not changing
Posted: Sun Oct 02, 2011 2:40 pm
Hi been a while, pc crashed lost everything including the fix to this problem.
So I did this... in the graphics.lua, oddly enough the mouth chewing works then changes the image to the new one upon eating...weird.
I checked the codes in base inventory_info.lua and idk the codes match just fine. Wish I remembered what it was Sophia helped me with that time long ago...
So I did this... in the graphics.lua, oddly enough the mouth chewing works then changes the image to the new one upon eating...weird.
Code: Select all
base_mouth_icon = dsb_get_bitmap("NEW_MOUTH")
gfx.mouth_chewing = dsb_get_bitmap("NEW_MOUTH_CHEWING")
dsb_animate(gfx.mouth_chewing, 4, 3)
gfx.icons[202] = dsb_get_bitmap("NEW_EYE_FRONT")
gfx.icons[203] = dsb_get_bitmap("NEW_EYE_SIDE")