mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-31 07:29:49 +00:00
only redraw TimelineSeconds when needed
This commit is contained in:
parent
f81ef37e92
commit
9c7b90bb96
|
@ -9,9 +9,6 @@ var minor_subdivision := 3
|
||||||
var first : Vector2
|
var first : Vector2
|
||||||
var last : Vector2
|
var last : Vector2
|
||||||
|
|
||||||
# warning-ignore:unused_argument
|
|
||||||
func _process(delta : float) -> void:
|
|
||||||
update()
|
|
||||||
|
|
||||||
#Code taken and modified from Godot's source code
|
#Code taken and modified from Godot's source code
|
||||||
func _draw() -> void:
|
func _draw() -> void:
|
||||||
|
|
Loading…
Reference in a new issue