From 99b7a48dd674b0b62e21ca2f76caede42c20a308 Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Sat, 27 Jan 2024 19:15:33 +0200 Subject: Smaller resolution for assets --- game/shared/characters/kit_animation.tres | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'game/shared/characters/kit_animation.tres') diff --git a/game/shared/characters/kit_animation.tres b/game/shared/characters/kit_animation.tres index b042744..6f15b55 100644 --- a/game/shared/characters/kit_animation.tres +++ b/game/shared/characters/kit_animation.tres @@ -4,27 +4,27 @@ [sub_resource type="AtlasTexture" id="AtlasTexture_f1322"] atlas = ExtResource("1_84b4y") -region = Rect2(512, 2560, 512, 512) +region = Rect2(256, 1280, 256, 256) [sub_resource type="AtlasTexture" id="AtlasTexture_1u7ji"] atlas = ExtResource("1_84b4y") -region = Rect2(0, 2560, 512, 512) +region = Rect2(0, 1280, 256, 256) [sub_resource type="AtlasTexture" id="AtlasTexture_jdkde"] atlas = ExtResource("1_84b4y") -region = Rect2(0, 3072, 512, 512) +region = Rect2(0, 1536, 256, 256) [sub_resource type="AtlasTexture" id="AtlasTexture_vbgla"] atlas = ExtResource("1_84b4y") -region = Rect2(1024, 2560, 512, 512) +region = Rect2(512, 1280, 256, 256) [sub_resource type="AtlasTexture" id="AtlasTexture_1jkyk"] atlas = ExtResource("1_84b4y") -region = Rect2(512, 3072, 512, 512) +region = Rect2(256, 1536, 256, 256) [sub_resource type="AtlasTexture" id="AtlasTexture_d6df1"] atlas = ExtResource("1_84b4y") -region = Rect2(1024, 3072, 512, 512) +region = Rect2(512, 1536, 256, 256) [resource] animations = [{ -- cgit v1.2.3