lily test
This commit is contained in:
parent
05d2c2e424
commit
04a65188c9
8 changed files with 315 additions and 34 deletions
BIN
sprites/common/bullet/fireball.png
Normal file
BIN
sprites/common/bullet/fireball.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
34
sprites/common/bullet/fireball.png.import
Normal file
34
sprites/common/bullet/fireball.png.import
Normal file
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cfqxhmvjstwcd"
|
||||
path="res://.godot/imported/fireball.png-48161d71ad4463f879f805acccd13beb.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://sprites/common/bullet/fireball.png"
|
||||
dest_files=["res://.godot/imported/fireball.png-48161d71ad4463f879f805acccd13beb.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
15
sprites/common/bullet/fireball.tscn
Normal file
15
sprites/common/bullet/fireball.tscn
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://b2gxwerkgrbp7"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cfqxhmvjstwcd" path="res://sprites/common/bullet/fireball.png" id="1_ues2l"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_tqfch"]
|
||||
size = Vector2(47, 60)
|
||||
|
||||
[node name="Fireball" type="RigidBody2D"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_ues2l")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(0.5, 0)
|
||||
shape = SubResource("RectangleShape2D_tqfch")
|
Loading…
Add table
Add a link
Reference in a new issue