mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-18 22:02:34 +00:00
Increased scroll speed and added window_size_changed event for containers that is thrown from the root container
This commit is contained in:
@@ -11,11 +11,13 @@ module CyberarmEngine
|
||||
super
|
||||
|
||||
@scroll_position = Vector.new(0, 0)
|
||||
@scroll_speed = 10
|
||||
@scroll_speed = 40
|
||||
|
||||
@text_color = options[:color]
|
||||
|
||||
@children = []
|
||||
|
||||
event(:window_size_changed)
|
||||
end
|
||||
|
||||
def build
|
||||
|
||||
Reference in New Issue
Block a user