aero
This commit is contained in:
parent
02a5a73656
commit
449afceb0d
5 changed files with 9 additions and 9 deletions
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
@ -3,15 +3,15 @@
|
|||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ca17ddf0kokpv"
|
||||
path="res://.godot/imported/sword.png-b74bc94f384d21eae7c7d6c961dab98b.ctex"
|
||||
path="res://.godot/imported/aero.png-3707eb778efaef5b9ea78dce49a33f16.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/common/bullet/sword.png"
|
||||
dest_files=["res://.godot/imported/sword.png-b74bc94f384d21eae7c7d6c961dab98b.ctex"]
|
||||
source_file="res://sprites/common/bullet/aero.png"
|
||||
dest_files=["res://.godot/imported/aero.png-3707eb778efaef5b9ea78dce49a33f16.ctex"]
|
||||
|
||||
[params]
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bex0xeqbq5uci"]
|
||||
|
||||
[ext_resource type="Script" path="res://sprites/common/bullet/sword.gd" id="1_7tric"]
|
||||
[ext_resource type="Texture2D" uid="uid://ca17ddf0kokpv" path="res://sprites/common/bullet/sword.png" id="2_pgywo"]
|
||||
[ext_resource type="Script" path="res://sprites/common/bullet/aero.gd" id="1_rovd1"]
|
||||
[ext_resource type="Texture2D" uid="uid://ca17ddf0kokpv" path="res://sprites/common/bullet/aero.png" id="2_omcs8"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_g125y"]
|
||||
size = Vector2(128, 28)
|
||||
|
||||
[node name="Sword" type="Area2D"]
|
||||
script = ExtResource("1_7tric")
|
||||
[node name="Aero" type="Area2D"]
|
||||
script = ExtResource("1_rovd1")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(0, 64)
|
||||
rotation = 1.5708
|
||||
texture = ExtResource("2_pgywo")
|
||||
texture = ExtResource("2_omcs8")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0, 64)
|
Loading…
Add table
Add a link
Reference in a new issue