mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-24 15:26:01 +00:00
Refactored some code relating to colours, trivially simplified some calculations
This commit is contained in:
@@ -10,7 +10,7 @@ class Window_DexesList < Window_CommandPokemon
|
||||
super(commands, width)
|
||||
@selarrow = AnimatedBitmap.new("Graphics/Pictures/selarrow_white")
|
||||
self.baseColor = Color.new(248, 248, 248)
|
||||
self.shadowColor = Color.new(0, 0, 0)
|
||||
self.shadowColor = Color.black
|
||||
self.windowskin = nil
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user