From 53ef5708ef12dbf26930eb4804f8c86c06242e10 Mon Sep 17 00:00:00 2001 From: Luke Hubmayer-Werner Date: Wed, 29 May 2024 22:58:31 +0930 Subject: [PATCH] Missed an import --- assets/step_arrow_2048_atlas_texture.tres | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assets/step_arrow_2048_atlas_texture.tres diff --git a/assets/step_arrow_2048_atlas_texture.tres b/assets/step_arrow_2048_atlas_texture.tres new file mode 100644 index 0000000..2051ef8 --- /dev/null +++ b/assets/step_arrow_2048_atlas_texture.tres @@ -0,0 +1,8 @@ +[gd_resource type="AtlasTexture" load_steps=2 format=2] + +[ext_resource path="res://assets/spritesheet-2048.png" type="Texture" id=1] + +[resource] +flags = 4 +atlas = ExtResource( 1 ) +region = Rect2( 0, 1024, 512, 512 )