bugfix/android-database (#78)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#78
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-06 18:54:25 +02:00
parent 1883355678
commit fcff613a93
4 changed files with 47 additions and 17 deletions
+4 -5
View File
@@ -6,7 +6,7 @@
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last-hover.png" type="Texture" id=6]
[ext_resource path="res://assets/ui/themes/UI-Button-ItemsList-last.png" type="Texture" id=8]
[sub_resource type="Animation" id=2]
[sub_resource type="Animation" id=1]
resource_name = "ObjectFind"
tracks/0/type = "bezier"
tracks/0/path = NodePath("ListContainer/TextureButtonLast/Label:rect_position:x")
@@ -19,8 +19,7 @@ tracks/0/keys = {
"times": PoolRealArray( 0, 0.2, 0.4, 0.6, 0.8, 1 )
}
[sub_resource type="Animation" id=1]
resource_name = "ObjectFindAll"
[sub_resource type="Animation" id=2]
tracks/0/type = "bezier"
tracks/0/path = NodePath("ListContainer/TextureButtonLast:rect_position:x")
tracks/0/interp = 1
@@ -102,5 +101,5 @@ margin_bottom = 128.0
texture_normal = ExtResource( 4 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
anims/ObjectFind = SubResource( 2 )
anims/ObjectFindAll = SubResource( 1 )
anims/ObjectFind = SubResource( 1 )
anims/ObjectFindAll = SubResource( 2 )