Correctif Screen Shake
{Script RGSS3 pour Ace}
Tout est dans le titre !
- Hiino,
01/04/2013 à 14h12.
#============================================================================== # ** Game_Interpreter #------------------------------------------------------------------------------ # An interpreter for executing event commands. This class is used within the # Game_Map, Game_Troop, and Game_Event classes. #------------------------------------------------------------------------------ # Corrective patch courtesy of Hiino #============================================================================== class Game_Interpreter #-------------------------------------------------------------------------- # * Fixed Screen Shake #-------------------------------------------------------------------------- def command_225 screen.start_shake(@params[0], @params[1], @params[2]) wait(@params[2]) if @params[3] end end
wait(@params[1]) if @params[2]
wait(@params[2]) if @params[3]
Annonces
Bilou Concept
BilouCorp
Découvertes
Event Extender
Jeux
RPG Maker
Script
Tutoriel
Posté le : 04/04/2013 à 11h29