From cdd72fc6ea9f0baaaac089f9916f86b1e9e52e34 Mon Sep 17 00:00:00 2001 From: yuki Date: Mon, 17 Nov 2025 20:32:32 -0300 Subject: [PATCH] move hit assets --- scenes/hit/{ => assets}/hit.ase | Bin scenes/hit/{ => assets}/hit.png | Bin scenes/hit/{ => assets}/hit.png.import | 6 +++--- scenes/hit/hit.tscn | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) rename scenes/hit/{ => assets}/hit.ase (100%) rename scenes/hit/{ => assets}/hit.png (100%) rename scenes/hit/{ => assets}/hit.png.import (78%) diff --git a/scenes/hit/hit.ase b/scenes/hit/assets/hit.ase similarity index 100% rename from scenes/hit/hit.ase rename to scenes/hit/assets/hit.ase diff --git a/scenes/hit/hit.png b/scenes/hit/assets/hit.png similarity index 100% rename from scenes/hit/hit.png rename to scenes/hit/assets/hit.png diff --git a/scenes/hit/hit.png.import b/scenes/hit/assets/hit.png.import similarity index 78% rename from scenes/hit/hit.png.import rename to scenes/hit/assets/hit.png.import index e006a78..dedf04a 100644 --- a/scenes/hit/hit.png.import +++ b/scenes/hit/assets/hit.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c6a62gvw7218s" -path="res://.godot/imported/hit.png-ab7094ea32cf7bd1cd8dffcb2c8ef7cb.ctex" +path="res://.godot/imported/hit.png-d9f12d0e3ac02fc8aacac38e851dfc12.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/hit/hit.png" -dest_files=["res://.godot/imported/hit.png-ab7094ea32cf7bd1cd8dffcb2c8ef7cb.ctex"] +source_file="res://scenes/hit/assets/hit.png" +dest_files=["res://.godot/imported/hit.png-d9f12d0e3ac02fc8aacac38e851dfc12.ctex"] [params] diff --git a/scenes/hit/hit.tscn b/scenes/hit/hit.tscn index 6732bc9..1aacafe 100644 --- a/scenes/hit/hit.tscn +++ b/scenes/hit/hit.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=3 uid="uid://px67runjx6ex"] -[ext_resource type="Texture2D" uid="uid://c6a62gvw7218s" path="res://scenes/hit/hit.png" id="1_wjo4f"] +[ext_resource type="Texture2D" uid="uid://c6a62gvw7218s" path="res://scenes/hit/assets/hit.png" id="1_wjo4f"] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_fxeki"] radius = 11.0 @@ -9,6 +9,7 @@ height = 24.0 [node name="Hit" type="Area2D" groups=["hit"]] collision_layer = 64 collision_mask = 0 +metadata/power_hit = false [node name="Sprite2D" type="Sprite2D" parent="."] position = Vector2(7, -4)