mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 06:34:59 +00:00
Fleshing out animation editor's code
This commit is contained in:
@@ -10,7 +10,7 @@ class UIControls::BaseControl < BitmapSprite
|
||||
# attr_accessor :disabled # TODO: Make use of this.
|
||||
|
||||
TEXT_COLOR = Color.black
|
||||
TEXT_SIZE = 18 # Default is 22 if size isn't explicitly set
|
||||
TEXT_SIZE = 18 # Default is 22 if size isn't explicitly set
|
||||
HOVER_COLOR = Color.cyan # For clickable area when hovering over it
|
||||
CAPTURE_COLOR = Color.pink # For area you clicked in but aren't hovering over
|
||||
|
||||
|
||||
Reference in New Issue
Block a user