Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
[ext_resource type="PackedScene" uid="uid://dmevaymmt6wco" path="res://scenes/game_elements/props/powerup/powerup.tscn" id="17_w66m4"]
[ext_resource type="PackedScene" uid="uid://b82nsrh332syj" path="res://scenes/game_elements/characters/enemies/throwing_enemy/throwing_enemy.tscn" id="18_iu48k"]
[ext_resource type="SpriteFrames" uid="uid://cfgahyntmtfgu" path="res://scenes/game_elements/props/powerup/components/powerup_thread.tres" id="18_mecxj"]
[ext_resource type="SpriteFrames" uid="uid://cualgrcaaggcm" path="res://scenes/game_elements/props/powerup/components/powerup_default.tres" id="18_nev3j"]
[ext_resource type="SpriteFrames" uid="uid://cni7ipc5funa7" path="res://scenes/game_elements/props/powerup/components/powerup_button.tres" id="18_nev3j"]
[ext_resource type="PackedScene" uid="uid://y8ha8abfyap2" path="res://scenes/game_elements/props/filling_barrel/filling_barrel.tscn" id="19_a36ca"]

[node name="Testeo" type="Node2D" unique_id=80760666]
Expand Down
Git LFS file not shown
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great reuse of the animation!

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://burtk2wy5wygl"
path="res://.godot/imported/powerup_button.png-22604b71dfdedac8dc6397902d2f1c94.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://scenes/game_elements/props/powerup/components/powerup_button.png"
dest_files=["res://.godot/imported/powerup_button.png-22604b71dfdedac8dc6397902d2f1c94.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant to put this in the components/ subfolder?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes indeed, thanks!

Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[gd_resource type="SpriteFrames" format=3 uid="uid://cni7ipc5funa7"]

[ext_resource type="Texture2D" uid="uid://burtk2wy5wygl" path="res://scenes/game_elements/props/powerup/components/powerup_button.png" id="1_ht4tu"]

[sub_resource type="AtlasTexture" id="AtlasTexture_0onex"]
atlas = ExtResource("1_ht4tu")
region = Rect2(0, 0, 128, 128)

[sub_resource type="AtlasTexture" id="AtlasTexture_ktd5x"]
atlas = ExtResource("1_ht4tu")
region = Rect2(128, 0, 128, 128)

[sub_resource type="AtlasTexture" id="AtlasTexture_4f466"]
atlas = ExtResource("1_ht4tu")
region = Rect2(256, 0, 128, 128)

[sub_resource type="AtlasTexture" id="AtlasTexture_htvbg"]
atlas = ExtResource("1_ht4tu")
region = Rect2(384, 0, 128, 128)

[sub_resource type="AtlasTexture" id="AtlasTexture_pnbcf"]
atlas = ExtResource("1_ht4tu")
region = Rect2(512, 0, 128, 128)

[sub_resource type="AtlasTexture" id="AtlasTexture_yja38"]
atlas = ExtResource("1_ht4tu")
region = Rect2(640, 0, 128, 128)

[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_0onex")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ktd5x")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_4f466")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_htvbg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_pnbcf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yja38")
}],
"loop": true,
"name": &"default",
"speed": 10.0
}]
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[ext_resource type="PackedScene" uid="uid://7873qa54birk" path="res://scenes/game_elements/props/tree/tree.tscn" id="13_hlahk"]
[ext_resource type="AudioStream" uid="uid://bbnj2fog3rdy8" path="res://assets/first_party/sounds/throwing_enemy/Spray.wav" id="14_7ekah"]
[ext_resource type="PackedScene" uid="uid://c5jedlvvnnbi0" path="res://scenes/game_elements/props/projectile/ink_blob_projectile.tscn" id="16_k65js"]
[ext_resource type="SpriteFrames" uid="uid://cualgrcaaggcm" path="res://scenes/game_elements/props/powerup/components/powerup_default.tres" id="24_iu4vq"]
[ext_resource type="SpriteFrames" uid="uid://cni7ipc5funa7" path="res://scenes/game_elements/props/powerup/components/powerup_button.tres" id="24_iu4vq"]
[ext_resource type="PackedScene" uid="uid://dmevaymmt6wco" path="res://scenes/game_elements/props/powerup/powerup.tscn" id="26_a4lwd"]

[sub_resource type="Animation" id="Animation_nlryc"]
Expand Down
Loading