- Joined
- Feb 22, 2022
- Posts
- 13
Asforcia submitted a new resource:
Riru's Upgraded Level Display! - Ever wanted to display the opponent's level as, well, whatever you want? This is for you!
Read more about this resource...
Riru's Upgraded Level Display! - Ever wanted to display the opponent's level as, well, whatever you want? This is for you!
First, look for the "006_Battle_Scene_Objects.rb" file in the "004_Scene" folder (If you're working with your scripts in a folder that is, otherwise just look for "Battle_Scene_Objects" in the script editor).
Then, find "def draw_level", and replace the whole method (from "def draw_level" to "end") with this script:
Ruby:# Riru's Upgraded Level Display LEVEL_BASE_COLOR = Color.new(255, 255, 255) LEVEL_SHADOW_COLOR = Color.new(0, 0, 0) #Change these to whatever...
Read more about this resource...