- Joined
- May 15, 2012
- Messages
- 14,682
- Reaction score
- 3,003
- First Language
- Tagalog
- Primarily Uses
- RMVXA
1) again, don't double post please... 
Oh well, hmmm... we can simply modify MenuStatus so that it only fits 3
try this, but I don't guarantee that it will work without problems
Oh well, hmmm... we can simply modify MenuStatus so that it only fits 3
try this, but I don't guarantee that it will work without problems
Code:
def window_height Graphics.height * 3 / 4 end def item_height (height - standard_padding * 2) / 3 end

