Started by ShadowSaber, April 20, 2011, 01:30:57 am
Quote from: ForeverZer0 on April 20, 2011, 01:35:18 amActually, the easiest way would be to just get a charset with the graphics flipped, then use an event to change the graphic.
class Scene_Map attr_accessor :spritesetendclass Spriteset_Map attr_accessor :character_spritesendmodule ShadowSaber def self.flip $scene.spriteset.character_sprites.each {|chr| chr.angle += 180 } endend
Quote from: winkioI do not speak to bricks, either as individuals or in wall form.
Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.