• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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...
 
Back
Top