move sprite
This commit is contained in:
parent
847d21a06d
commit
dd00945c15
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=17 format=3 uid="uid://642nm6c4mpxx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://rdqmsvofiots" path="res://scenes/player/player.gd" id="1_v6fml"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8ptokcqwpdud" path="res://assets/sprites/saffron.png" id="2_3li8b"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8ptokcqwpdud" path="res://scenes/player/saffron.png" id="2_3li8b"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_g2els"]
|
||||
atlas = ExtResource("2_3li8b")
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b8ptokcqwpdud"
|
||||
path="res://.godot/imported/saffron.png-c81108ff0df47612a2c9489571b1d8bd.ctex"
|
||||
path="res://.godot/imported/saffron.png-991e20279426633ebd2f473c0690f57d.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://assets/sprites/saffron.png"
|
||||
dest_files=["res://.godot/imported/saffron.png-c81108ff0df47612a2c9489571b1d8bd.ctex"]
|
||||
source_file="res://scenes/player/saffron.png"
|
||||
dest_files=["res://.godot/imported/saffron.png-991e20279426633ebd2f473c0690f57d.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
Loading…
Add table
Reference in a new issue