Automatic box deselection

This commit is contained in:
Marco 2025-01-30 17:43:39 +01:00
commit ad985ce1ac
6 changed files with 73 additions and 19 deletions

View file

@ -36,7 +36,7 @@ animations = [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_elja3")
}],
"loop": true,
"loop": false,
"name": &"Closed",
"speed": 5.0
}, {
@ -47,7 +47,7 @@ animations = [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_f10r8")
}],
"loop": true,
"loop": false,
"name": &"Closing",
"speed": 5.0
}, {
@ -55,7 +55,7 @@ animations = [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_faho7")
}],
"loop": true,
"loop": false,
"name": &"Open",
"speed": 5.0
}, {
@ -66,7 +66,7 @@ animations = [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_x1bfm")
}],
"loop": true,
"loop": false,
"name": &"Opening",
"speed": 5.0
}]