Initial import

This commit is contained in:
2014-04-23 21:59:50 -07:00
commit 2eff2aa3b9
141 changed files with 20827 additions and 0 deletions

8
Scripts/RPG/Main.rb Normal file
View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
rgss_main { SceneManager.run }