move hit assets
This commit is contained in:
parent
51846f007f
commit
cdd72fc6ea
4 changed files with 5 additions and 4 deletions
|
Before Width: | Height: | Size: 267 B After Width: | Height: | Size: 267 B |
|
|
@ -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]
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue