• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Resource icon

Resource Riru's Upgraded Level Display! v21.1

Asforcia

Novice
Member
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!

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:
Expand Collapse Copy
# 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...
 

kronicrespawn

Novice
Member
Joined
Jun 11, 2024
Posts
12
Thx, works perfectly. Wanted this feature in my game and really easy to turn off and on
 
Back
Top