mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Smaller snowball sprite
This commit is contained in:
parent
eab206fdfa
commit
7fea970da9
7 changed files with 50 additions and 5 deletions
|
|
@ -1,7 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://4q82gggqax87"]
|
||||
[gd_scene load_steps=6 format=3 uid="uid://4q82gggqax87"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b3h7b30kerf60" path="res://Scripts/Interactables/ItemPickup.cs" id="1_vx8ix"]
|
||||
[ext_resource type="Resource" uid="uid://cfq121rs3bsu8" path="res://Resources/Items/Cheat_Gun_Item.tres" id="2_si1ac"]
|
||||
[ext_resource type="Script" uid="uid://epnwjptvks3t" path="res://Scripts/Resources/LootItem.cs" id="2_whagr"]
|
||||
[ext_resource type="Texture2D" uid="uid://cwy7g861vnbj1" path="res://Sprites/Items/Cheat_Gun.png" id="3_6qev1"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jtwy2"]
|
||||
|
|
@ -10,7 +11,7 @@
|
|||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_vx8ix")
|
||||
LootTable = [ExtResource("2_si1ac")]
|
||||
LootTable = Array[ExtResource("2_whagr")]([ExtResource("2_si1ac")])
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("3_6qev1")
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://64ax2lj77sr1"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dsa4b75hdig8p" path="res://Scripts/Bullet.cs" id="1_nrcj1"]
|
||||
[ext_resource type="Texture2D" uid="uid://r2h77ktff10m" path="res://Sprites/Bullets/Snowball.png" id="2_lhjit"]
|
||||
[ext_resource type="Texture2D" uid="uid://bb6vb13ncqpul" path="res://Sprites/Bullets/Snowball_Small.png" id="2_lhjit"]
|
||||
[ext_resource type="Texture2D" uid="uid://cf2855sd3hqty" path="res://Sprites/Actors/Aiming_Reticule_Small.png" id="3_lhjit"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_jxptd"]
|
||||
|
|
@ -73,8 +73,8 @@ shape = SubResource("CircleShape2D_jxptd")
|
|||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
sprite_frames = SubResource("SpriteFrames_f4bqv")
|
||||
autoplay = "default"
|
||||
frame = 3
|
||||
frame_progress = 0.54531
|
||||
frame = 2
|
||||
frame_progress = 0.980155
|
||||
|
||||
[node name="AnimatedSprite2D2" type="AnimatedSprite2D" parent="."]
|
||||
position = Vector2(18.545, 0)
|
||||
|
|
|
|||
1
Scripts/Components/Actors/RotationCrosshairModule.cs.uid
Normal file
1
Scripts/Components/Actors/RotationCrosshairModule.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dfoto8e65dt2p
|
||||
BIN
Sprites/Bullets/Snowball.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Bullets/Snowball.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Bullets/Snowball_Small.aseprite
(Stored with Git LFS)
Normal file
BIN
Sprites/Bullets/Snowball_Small.aseprite
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Sprites/Bullets/Snowball_Small.png
(Stored with Git LFS)
Normal file
BIN
Sprites/Bullets/Snowball_Small.png
(Stored with Git LFS)
Normal file
Binary file not shown.
34
Sprites/Bullets/Snowball_Small.png.import
Normal file
34
Sprites/Bullets/Snowball_Small.png.import
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bb6vb13ncqpul"
|
||||
path="res://.godot/imported/Snowball_Small.png-4bec03ddb5ffee514ea7ca6340beca39.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Sprites/Bullets/Snowball_Small.png"
|
||||
dest_files=["res://.godot/imported/Snowball_Small.png-4bec03ddb5ffee514ea7ca6340beca39.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
|
||||
Loading…
Add table
Add a link
Reference in a new issue