mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-07 10:59:49 +00:00
Replaced sub_key_mask with KEY_MASK_CTRL because it lead to a crash
This commit is contained in:
parent
f3c77e30d0
commit
9289cb350d
|
@ -15,7 +15,7 @@ var redone := false
|
||||||
var fps := 6.0
|
var fps := 6.0
|
||||||
var animation_loop := 0 #0 is no loop, 1 is cycle loop, 2 is ping-pong loop
|
var animation_loop := 0 #0 is no loop, 1 is cycle loop, 2 is ping-pong loop
|
||||||
var animation_forward := true
|
var animation_forward := true
|
||||||
var sub_key_mask := KEY_MASK_CMD if OS.has_feature("OSX") else sub_key_mask
|
var sub_key_mask := KEY_MASK_CMD if OS.has_feature("OSX") else KEY_MASK_CTRL
|
||||||
|
|
||||||
# Called when the node enters the scene tree for the first time.
|
# Called when the node enters the scene tree for the first time.
|
||||||
func _ready() -> void:
|
func _ready() -> void:
|
||||||
|
|
Loading…
Reference in a new issue