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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user