Added cards for objects + MISC

- Added flame animation
- Added cards for objects
- Added new background animation
- Added placeable walls

Co-Authored-By: deranonymos <deranonymos@users.noreply.github.com>
This commit is contained in:
2020-04-20 15:54:40 +02:00
parent 32e73895dc
commit fafd1956c6
390 changed files with 4727 additions and 2117 deletions

View File

@@ -0,0 +1,52 @@
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=1]
[ext_resource path="res://Objects/Banana/mouse_follow.png" type="Texture" id=2]
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=3]
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=4]
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=5]
[ext_resource path="res://Objects/Banana/icon.png" type="Texture" id=6]
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=7]
[ext_resource path="res://Objects/Banana/Banana.tscn" type="PackedScene" id=8]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 5 ) ],
"loop": false,
"name": "lvl0",
"speed": 60.0
}, {
"frames": [ ExtResource( 4 ) ],
"loop": false,
"name": "lvl1",
"speed": 60.0
}, {
"frames": [ ExtResource( 3 ) ],
"loop": false,
"name": "lvl2",
"speed": 60.0
} ]
[node name="BananaCard" type="TextureRect"]
margin_left = 11.9239
margin_top = 220.793
margin_right = 43.9239
margin_bottom = 252.793
texture = ExtResource( 6 )
expand = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
Item = ExtResource( 8 )
PreviewIcon = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 15.729, 15.7929 )
z_index = -1
texture = ExtResource( 7 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 33.1035, 40.3068 )
frames = SubResource( 1 )
animation = "lvl0"

View File

@@ -2,12 +2,12 @@
[ext_resource path="res://Overlap/HurtHit_Box/Hurtbox.tscn" type="PackedScene" id=1]
[ext_resource path="res://Objects/Barrel/Barrel.gd" type="Script" id=2]
[ext_resource path="res://testSprites/Fass.png" type="Texture" id=3]
[ext_resource path="res://Objects/Barrel/fass.png" type="Texture" id=3]
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=4]
[sub_resource type="CapsuleShape2D" id=1]
radius = 10.7634
height = 5.12255
radius = 12.72
height = 2.50714
[sub_resource type="CapsuleShape2D" id=2]
radius = 6.37219

View File

@@ -0,0 +1,52 @@
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=1]
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=2]
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=3]
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=4]
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=5]
[ext_resource path="res://Objects/Barrel/Barrel.tscn" type="PackedScene" id=6]
[ext_resource path="res://Objects/Barrel/fass.png" type="Texture" id=7]
[ext_resource path="res://Objects/Barrel/barrel_icon.png" type="Texture" id=8]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 4 ) ],
"loop": false,
"name": "lvl0",
"speed": 60.0
}, {
"frames": [ ExtResource( 3 ) ],
"loop": false,
"name": "lvl1",
"speed": 60.0
}, {
"frames": [ ExtResource( 2 ) ],
"loop": false,
"name": "lvl2",
"speed": 60.0
} ]
[node name="GenericCard4" type="TextureRect"]
margin_left = 180.718
margin_top = 220.859
margin_right = 212.718
margin_bottom = 252.859
texture = ExtResource( 8 )
expand = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
Item = ExtResource( 6 )
PreviewIcon = ExtResource( 7 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 15.729, 15.7929 )
z_index = -1
texture = ExtResource( 5 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 33.1035, 40.3068 )
frames = SubResource( 1 )
animation = "lvl0"

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/barrel_icon.png-ee4fd4a2a8dbaf5d4c529b85759b8e57.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Barrel/barrel_icon.png"
dest_files=[ "res://.import/barrel_icon.png-ee4fd4a2a8dbaf5d4c529b85759b8e57.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

BIN
src/Objects/Barrel/fass.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/walll_set.png-14a571aaae5c633c6c5acb4e4da0907e.stex"
path="res://.import/fass.png-84617c3c3cab2b027ac5b5bf2c3e9600.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Barriere/walll_set.png"
dest_files=[ "res://.import/walll_set.png-14a571aaae5c633c6c5acb4e4da0907e.stex" ]
source_file="res://Objects/Barrel/fass.png"
dest_files=[ "res://.import/fass.png-84617c3c3cab2b027ac5b5bf2c3e9600.stex" ]
[params]

View File

@@ -0,0 +1,52 @@
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=1]
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=2]
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=3]
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=4]
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=5]
[ext_resource path="res://Objects/Barriere/Barriere.tscn" type="PackedScene" id=6]
[ext_resource path="res://Objects/Barriere/wall_icon.png" type="Texture" id=7]
[ext_resource path="res://Objects/Barriere/wall_set.png" type="Texture" id=8]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 4 ) ],
"loop": false,
"name": "lvl0",
"speed": 60.0
}, {
"frames": [ ExtResource( 3 ) ],
"loop": false,
"name": "lvl1",
"speed": 60.0
}, {
"frames": [ ExtResource( 2 ) ],
"loop": false,
"name": "lvl2",
"speed": 60.0
} ]
[node name="GenericCard3" type="TextureRect"]
margin_left = 124.812
margin_top = 220.859
margin_right = 156.812
margin_bottom = 252.859
texture = ExtResource( 7 )
expand = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
Item = ExtResource( 6 )
PreviewIcon = ExtResource( 8 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 15.729, 15.7929 )
z_index = -1
texture = ExtResource( 5 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 33.1035, 40.3068 )
frames = SubResource( 1 )
animation = "lvl0"

View File

@@ -1,7 +1,17 @@
extends StaticBody2D
var time = false
# This is the decay script for the barrier
func _ready():
if time:
print("test")
# TODO: please adjust it for actual gameplay
export (float, 0.5, 10.0) var decay_time = 1.5
func on_timer_timeout():
queue_free()
func _ready():
var time = Timer.new()
add_child(time)
time.connect("timeout", self, "on_timer_timeout")
time.set_wait_time(decay_time)
time.start()

View File

@@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=1]
[ext_resource path="res://Objects/Barriere/walll_set.png" type="Texture" id=2]
[ext_resource path="res://Objects/Barriere/wall_set.png" type="Texture" id=2]
[ext_resource path="res://Objects/Barriere/Barriere.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 16, 16 )

View File

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

View File

@@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/walll_icon.png-9f38c5d9cd8974dba0adbde6130d8aee.stex"
path="res://.import/wall_icon.png-4660e7832ecb2bec94fe72c64de8031f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Barriere/walll_icon.png"
dest_files=[ "res://.import/walll_icon.png-9f38c5d9cd8974dba0adbde6130d8aee.stex" ]
source_file="res://Objects/Barriere/wall_icon.png"
dest_files=[ "res://.import/wall_icon.png-4660e7832ecb2bec94fe72c64de8031f.stex" ]
[params]

View File

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 310 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/wall_set.png-0e44387b5e0645313085185c20fa3be1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Barriere/wall_set.png"
dest_files=[ "res://.import/wall_set.png-0e44387b5e0645313085185c20fa3be1.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View File

@@ -0,0 +1,51 @@
[gd_scene load_steps=9 format=2]
[ext_resource path="res://testSprites/fackel.png" type="Texture" id=1]
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=3]
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=4]
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=5]
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=6]
[ext_resource path="res://Objects/Torch/Torch.tscn" type="PackedScene" id=7]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 4 ) ],
"loop": false,
"name": "lvl0",
"speed": 60.0
}, {
"frames": [ ExtResource( 6 ) ],
"loop": false,
"name": "lvl1",
"speed": 60.0
}, {
"frames": [ ExtResource( 5 ) ],
"loop": false,
"name": "lvl2",
"speed": 60.0
} ]
[node name="TorchCard" type="TextureRect"]
margin_left = 10.7364
margin_top = 227.792
margin_right = 42.7364
margin_bottom = 259.792
texture = ExtResource( 1 )
expand = true
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
Item = ExtResource( 7 )
PreviewIcon = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 15.729, 15.7929 )
z_index = -1
texture = ExtResource( 2 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 33.1035, 40.3068 )
frames = SubResource( 1 )
animation = "lvl0"

View File

@@ -1,57 +1,57 @@
[gd_scene load_steps=39 format=2]
[ext_resource path="res://Objects/Traps/Bear.gd" type="Script" id=1]
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=2]
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=3]
[ext_resource path="res://Overlap/HurtHit_Box/Hurtbox.tscn" type="PackedScene" id=5]
[ext_resource path="res://Objects/Traps/Bear/Animation/0018.png" type="Texture" id=6]
[ext_resource path="res://Objects/Traps/Bear/Animation/0001.png" type="Texture" id=7]
[ext_resource path="res://Objects/Traps/Bear/Animation/0025.png" type="Texture" id=8]
[ext_resource path="res://Objects/Traps/Bear/Animation/0005.png" type="Texture" id=9]
[ext_resource path="res://Objects/Traps/Bear/Animation/0014.png" type="Texture" id=10]
[ext_resource path="res://Objects/Traps/Bear/Animation/0003.png" type="Texture" id=11]
[ext_resource path="res://Objects/Traps/Bear/Animation/0000.png" type="Texture" id=12]
[ext_resource path="res://Objects/Traps/Bear/Animation/0010.png" type="Texture" id=13]
[ext_resource path="res://Objects/Traps/Bear/Animation/0004.png" type="Texture" id=14]
[ext_resource path="res://Objects/Traps/Bear/Animation/0008.png" type="Texture" id=15]
[ext_resource path="res://Objects/Traps/Bear/Animation/0023.png" type="Texture" id=16]
[ext_resource path="res://Objects/Traps/Bear/Animation/0026.png" type="Texture" id=17]
[ext_resource path="res://Objects/Traps/Bear/Animation/0027.png" type="Texture" id=18]
[ext_resource path="res://Objects/Traps/Bear/Animation/0020.png" type="Texture" id=19]
[ext_resource path="res://Objects/Traps/Bear/Animation/0028.png" type="Texture" id=20]
[ext_resource path="res://Objects/Traps/Bear/Animation/0024.png" type="Texture" id=21]
[ext_resource path="res://Objects/Traps/Bear/Animation/0011.png" type="Texture" id=22]
[ext_resource path="res://Objects/Traps/Bear/Animation/0015.png" type="Texture" id=23]
[ext_resource path="res://Objects/Traps/Bear/Animation/0007.png" type="Texture" id=24]
[ext_resource path="res://Objects/Traps/Bear/Animation/0019.png" type="Texture" id=25]
[ext_resource path="res://Objects/Traps/Bear/Animation/0021.png" type="Texture" id=26]
[ext_resource path="res://Objects/Traps/Bear/Animation/0016.png" type="Texture" id=27]
[ext_resource path="res://Objects/Traps/Bear/Animation/0002.png" type="Texture" id=28]
[ext_resource path="res://Objects/Traps/Bear/Animation/0006.png" type="Texture" id=29]
[ext_resource path="res://Objects/Traps/Bear/Animation/0013.png" type="Texture" id=30]
[ext_resource path="res://Objects/Traps/Bear/Animation/0017.png" type="Texture" id=31]
[ext_resource path="res://Objects/Traps/Bear/Animation/0022.png" type="Texture" id=32]
[ext_resource path="res://Objects/Traps/Bear/Animation/0029.png" type="Texture" id=33]
[ext_resource path="res://Objects/Traps/Bear/Animation/0030.png" type="Texture" id=34]
[ext_resource path="res://Objects/Traps/Bear/Animation/0009.png" type="Texture" id=35]
[ext_resource path="res://Objects/Traps/Bear/Animation/0012.png" type="Texture" id=36]
[ext_resource path="res://Objects/Traps/Bear/Bear.gd" type="Script" id=1]
[ext_resource path="res://Objects/Traps/Bear/Animation/0012.png" type="Texture" id=2]
[ext_resource path="res://Objects/Traps/Bear/Animation/0021.png" type="Texture" id=3]
[ext_resource path="res://Objects/Traps/Bear/Animation/0006.png" type="Texture" id=4]
[ext_resource path="res://Objects/Traps/Bear/Animation/0017.png" type="Texture" id=5]
[ext_resource path="res://Objects/Traps/Bear/Animation/0013.png" type="Texture" id=6]
[ext_resource path="res://Objects/Traps/Bear/Animation/0029.png" type="Texture" id=7]
[ext_resource path="res://Objects/Traps/Bear/Animation/0009.png" type="Texture" id=8]
[ext_resource path="res://Objects/Traps/Bear/Animation/0015.png" type="Texture" id=9]
[ext_resource path="res://Objects/Traps/Bear/Animation/0019.png" type="Texture" id=10]
[ext_resource path="res://Objects/Traps/Bear/Animation/0022.png" type="Texture" id=11]
[ext_resource path="res://Objects/Traps/Bear/Animation/0030.png" type="Texture" id=12]
[ext_resource path="res://Objects/Traps/Bear/Animation/0002.png" type="Texture" id=13]
[ext_resource path="res://Objects/Traps/Bear/Animation/0007.png" type="Texture" id=14]
[ext_resource path="res://Objects/Traps/Bear/Animation/0016.png" type="Texture" id=15]
[ext_resource path="res://Objects/Traps/Bear/Animation/0018.png" type="Texture" id=16]
[ext_resource path="res://Objects/Traps/Bear/Animation/0004.png" type="Texture" id=17]
[ext_resource path="res://Objects/Traps/Bear/Animation/0014.png" type="Texture" id=18]
[ext_resource path="res://Objects/Traps/Bear/Animation/0008.png" type="Texture" id=19]
[ext_resource path="res://Objects/Traps/Bear/Animation/0001.png" type="Texture" id=20]
[ext_resource path="res://Objects/Traps/Bear/Animation/0005.png" type="Texture" id=21]
[ext_resource path="res://Objects/Traps/Bear/Animation/0025.png" type="Texture" id=22]
[ext_resource path="res://Objects/Traps/Bear/Animation/0003.png" type="Texture" id=23]
[ext_resource path="res://Objects/Traps/Bear/Animation/0000.png" type="Texture" id=24]
[ext_resource path="res://Objects/Traps/Bear/Animation/0010.png" type="Texture" id=25]
[ext_resource path="res://Objects/Traps/Bear/Animation/0011.png" type="Texture" id=26]
[ext_resource path="res://Objects/Traps/Bear/Animation/0023.png" type="Texture" id=27]
[ext_resource path="res://Objects/Traps/Bear/Animation/0020.png" type="Texture" id=28]
[ext_resource path="res://Objects/Traps/Bear/Animation/0027.png" type="Texture" id=29]
[ext_resource path="res://Objects/Traps/Bear/Animation/0028.png" type="Texture" id=30]
[ext_resource path="res://Objects/Traps/Bear/Animation/0026.png" type="Texture" id=31]
[ext_resource path="res://Objects/Traps/Bear/Animation/0024.png" type="Texture" id=32]
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=33]
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=34]
[ext_resource path="res://Overlap/HurtHit_Box/Hurtbox.tscn" type="PackedScene" id=35]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 12 ), ExtResource( 7 ), ExtResource( 28 ), ExtResource( 11 ), ExtResource( 14 ), ExtResource( 9 ), ExtResource( 29 ), ExtResource( 24 ), ExtResource( 15 ), ExtResource( 35 ), ExtResource( 13 ), ExtResource( 22 ) ],
"frames": [ ExtResource( 24 ), ExtResource( 20 ), ExtResource( 13 ), ExtResource( 23 ), ExtResource( 17 ), ExtResource( 21 ), ExtResource( 4 ), ExtResource( 14 ), ExtResource( 19 ), ExtResource( 8 ), ExtResource( 25 ), ExtResource( 26 ) ],
"loop": false,
"name": "place",
"speed": 60.0
}, {
"frames": [ ExtResource( 30 ), ExtResource( 10 ), ExtResource( 23 ), ExtResource( 27 ), ExtResource( 31 ), ExtResource( 6 ), ExtResource( 25 ), ExtResource( 19 ), ExtResource( 26 ), ExtResource( 32 ), ExtResource( 16 ), ExtResource( 21 ), ExtResource( 8 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 20 ), ExtResource( 33 ), ExtResource( 34 ) ],
"loop": false,
"name": "clap",
"speed": 90.0
}, {
"frames": [ ExtResource( 36 ) ],
"frames": [ ExtResource( 2 ) ],
"loop": false,
"name": "still",
"speed": 60.0
}, {
"frames": [ ExtResource( 6 ), ExtResource( 18 ), ExtResource( 9 ), ExtResource( 15 ), ExtResource( 5 ), ExtResource( 16 ), ExtResource( 10 ), ExtResource( 28 ), ExtResource( 3 ), ExtResource( 11 ), ExtResource( 27 ), ExtResource( 32 ), ExtResource( 22 ), ExtResource( 31 ), ExtResource( 29 ), ExtResource( 30 ), ExtResource( 7 ), ExtResource( 12 ) ],
"loop": false,
"name": "clap",
"speed": 90.0
} ]
[sub_resource type="CapsuleShape2D" id=2]
@@ -63,21 +63,21 @@ height = 9.0
[node name="Bear_trap" type="Node2D"]
script = ExtResource( 1 )
[node name="Kind" parent="." instance=ExtResource( 3 )]
[node name="Kind" parent="." instance=ExtResource( 34 )]
kind = 10
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( -7.62939e-06, 0 )
frames = SubResource( 1 )
[node name="Hitbox" parent="." instance=ExtResource( 2 )]
[node name="Hitbox" parent="." instance=ExtResource( 33 )]
collision_layer = 16
[node name="CollisionShape2D" parent="Hitbox" index="0"]
rotation = 1.5708
shape = SubResource( 2 )
[node name="Hurtbox" parent="." instance=ExtResource( 5 )]
[node name="Hurtbox" parent="." instance=ExtResource( 35 )]
collision_layer = 32
collision_mask = 0

View File

@@ -0,0 +1,52 @@
[gd_scene load_steps=10 format=2]
[ext_resource path="res://Menus/DragNDrop/DragSource.gd" type="Script" id=1]
[ext_resource path="res://Objects/Traps/Bear/Animation/0012.png" type="Texture" id=2]
[ext_resource path="res://Objects/Card/level2.png" type="Texture" id=3]
[ext_resource path="res://Objects/Card/level1.png" type="Texture" id=4]
[ext_resource path="res://Objects/Card/level0.png" type="Texture" id=5]
[ext_resource path="res://Objects/Traps/Bear/bear.jpg" type="Texture" id=6]
[ext_resource path="res://Objects/Card/card.png" type="Texture" id=7]
[ext_resource path="res://Objects/Traps/Bear/Bear.tscn" type="PackedScene" id=8]
[sub_resource type="SpriteFrames" id=1]
animations = [ {
"frames": [ ExtResource( 5 ) ],
"loop": false,
"name": "lvl0",
"speed": 60.0
}, {
"frames": [ ExtResource( 4 ) ],
"loop": false,
"name": "lvl1",
"speed": 60.0
}, {
"frames": [ ExtResource( 3 ) ],
"loop": false,
"name": "lvl2",
"speed": 60.0
} ]
[node name="GenericCard2" type="TextureRect"]
margin_left = 69.0145
margin_top = 221.191
margin_right = 101.014
margin_bottom = 253.191
texture = ExtResource( 6 )
expand = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
Item = ExtResource( 8 )
PreviewIcon = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 15.729, 15.7929 )
z_index = -1
texture = ExtResource( 7 )
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
position = Vector2( 33.1035, 40.3068 )
frames = SubResource( 1 )
animation = "lvl0"

View File

@@ -1,26 +0,0 @@
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=1]
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=2]
[ext_resource path="res://testSprites/flame.png" type="Texture" id=3]
[sub_resource type="CapsuleShape2D" id=1]
height = 6.36237
[node name="Flame" type="Node2D"]
[node name="Kind" parent="." instance=ExtResource( 2 )]
kind = 10
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( 0.44072, -6.06005 )
texture = ExtResource( 3 )
[node name="Hitbox" parent="." instance=ExtResource( 1 )]
collision_layer = 16
[node name="CollisionShape2D" parent="Hitbox" index="0"]
rotation = 1.5708
shape = SubResource( 1 )
[editable path="Hitbox"]

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_000.png-3b928bb4549816c0242f984a0517c0d2.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_000.png"
dest_files=[ "res://.import/fire_000.png-3b928bb4549816c0242f984a0517c0d2.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 548 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_001.png-ca80af32703f7b98efc041c18db8a418.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_001.png"
dest_files=[ "res://.import/fire_001.png-ca80af32703f7b98efc041c18db8a418.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_002.png-eaf6ac7c3c06fec9a7b228ead1106243.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_002.png"
dest_files=[ "res://.import/fire_002.png-eaf6ac7c3c06fec9a7b228ead1106243.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_003.png-c2d64fb331afaecfaa4c8eee7dc2352f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_003.png"
dest_files=[ "res://.import/fire_003.png-c2d64fb331afaecfaa4c8eee7dc2352f.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_004.png-523035fad3e62f040f7fe2e367516de1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_004.png"
dest_files=[ "res://.import/fire_004.png-523035fad3e62f040f7fe2e367516de1.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_005.png-3153b6f4e456c1e333e94549276f6d84.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_005.png"
dest_files=[ "res://.import/fire_005.png-3153b6f4e456c1e333e94549276f6d84.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_006.png-88df6d1c87e1f03dede78f69725801bd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_006.png"
dest_files=[ "res://.import/fire_006.png-88df6d1c87e1f03dede78f69725801bd.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_007.png-25e355c542654f46da99c3c66e0267a6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_007.png"
dest_files=[ "res://.import/fire_007.png-25e355c542654f46da99c3c66e0267a6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_008.png-8a44d5e98aaaa0ae2f640b42764aef3a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_008.png"
dest_files=[ "res://.import/fire_008.png-8a44d5e98aaaa0ae2f640b42764aef3a.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_009.png-d15bd9f7bb532ebf41801101d70416d3.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_009.png"
dest_files=[ "res://.import/fire_009.png-d15bd9f7bb532ebf41801101d70416d3.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_010.png-01630b1b8871ae596b81b1633932cf38.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_010.png"
dest_files=[ "res://.import/fire_010.png-01630b1b8871ae596b81b1633932cf38.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_011.png-82f796e41b4cbc11799da14785e658d5.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_011.png"
dest_files=[ "res://.import/fire_011.png-82f796e41b4cbc11799da14785e658d5.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_012.png-d80d8d89f4d0ce9dff2ae644ce48e676.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_012.png"
dest_files=[ "res://.import/fire_012.png-d80d8d89f4d0ce9dff2ae644ce48e676.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_013.png-d76a4632e8d01525eea70895f6a5ad88.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_013.png"
dest_files=[ "res://.import/fire_013.png-d76a4632e8d01525eea70895f6a5ad88.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_014.png-339fe796561cc8edd8229ea9026a2144.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_014.png"
dest_files=[ "res://.import/fire_014.png-339fe796561cc8edd8229ea9026a2144.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 552 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_015.png-e5988afd0e802d6fdfc15ff9e6f1a646.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_015.png"
dest_files=[ "res://.import/fire_015.png-e5988afd0e802d6fdfc15ff9e6f1a646.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_016.png-5e2896b2710845c6060edc6137b7ca28.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_016.png"
dest_files=[ "res://.import/fire_016.png-5e2896b2710845c6060edc6137b7ca28.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_017.png-c9fc2da18a9154376ba4ffc91ce872a4.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_017.png"
dest_files=[ "res://.import/fire_017.png-c9fc2da18a9154376ba4ffc91ce872a4.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_018.png-5187e6edf9507ff0b1a4ecb12ca74c85.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_018.png"
dest_files=[ "res://.import/fire_018.png-5187e6edf9507ff0b1a4ecb12ca74c85.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 557 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_019.png-55235799407371ec2c23d54dab7624b6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_019.png"
dest_files=[ "res://.import/fire_019.png-55235799407371ec2c23d54dab7624b6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_020.png-cfd2d53d1237eddb2b72d3001a96d8b6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_020.png"
dest_files=[ "res://.import/fire_020.png-cfd2d53d1237eddb2b72d3001a96d8b6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_021.png-37fcef0133de69bed98410ba591e8b9f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_021.png"
dest_files=[ "res://.import/fire_021.png-37fcef0133de69bed98410ba591e8b9f.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_022.png-51c5b3600b0a48578a436063a150d1ad.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_022.png"
dest_files=[ "res://.import/fire_022.png-51c5b3600b0a48578a436063a150d1ad.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_023.png-2fe353e0334de1c60c8126341903caed.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_023.png"
dest_files=[ "res://.import/fire_023.png-2fe353e0334de1c60c8126341903caed.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_024.png-39347340aadf4d7ceb71b73ffd76361c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_024.png"
dest_files=[ "res://.import/fire_024.png-39347340aadf4d7ceb71b73ffd76361c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_025.png-703cb4f2714c865e191dacaf1d6259b8.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_025.png"
dest_files=[ "res://.import/fire_025.png-703cb4f2714c865e191dacaf1d6259b8.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 578 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_026.png-22e631a35b6e8333c378eec1d965e09a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_026.png"
dest_files=[ "res://.import/fire_026.png-22e631a35b6e8333c378eec1d965e09a.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_027.png-e79539466a20c9317de3d14cf218aeae.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_027.png"
dest_files=[ "res://.import/fire_027.png-e79539466a20c9317de3d14cf218aeae.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_028.png-f9d79f3e23bdb3c026734e6a901adbc6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_028.png"
dest_files=[ "res://.import/fire_028.png-f9d79f3e23bdb3c026734e6a901adbc6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_029.png-f3c714b16e5839f9dc4b179dd2848a0a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_029.png"
dest_files=[ "res://.import/fire_029.png-f3c714b16e5839f9dc4b179dd2848a0a.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_030.png-fc0c2642d66d50aa36cc5a4516b0cebd.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_030.png"
dest_files=[ "res://.import/fire_030.png-fc0c2642d66d50aa36cc5a4516b0cebd.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_031.png-718cb8d19e530e05a8def7444f598a66.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_031.png"
dest_files=[ "res://.import/fire_031.png-718cb8d19e530e05a8def7444f598a66.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_032.png-f5131521e2cec12a539962c479476360.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_032.png"
dest_files=[ "res://.import/fire_032.png-f5131521e2cec12a539962c479476360.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_033.png-5af1c4a4d7c05ebe1b96ceb4ab6eb2e1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_033.png"
dest_files=[ "res://.import/fire_033.png-5af1c4a4d7c05ebe1b96ceb4ab6eb2e1.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_034.png-9c057272db8deaa2362d299c065af325.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_034.png"
dest_files=[ "res://.import/fire_034.png-9c057272db8deaa2362d299c065af325.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_035.png-9dc7d0fd53f75468a885158007b7631e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_035.png"
dest_files=[ "res://.import/fire_035.png-9dc7d0fd53f75468a885158007b7631e.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_036.png-f20f6e65579f228e9ea404c90ef0df93.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_036.png"
dest_files=[ "res://.import/fire_036.png-f20f6e65579f228e9ea404c90ef0df93.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_037.png-4ee71338ae0a0921c78e86a65b54c2c1.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_037.png"
dest_files=[ "res://.import/fire_037.png-4ee71338ae0a0921c78e86a65b54c2c1.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_038.png-fa55fb42c56926fa18d480b6156de76c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_038.png"
dest_files=[ "res://.import/fire_038.png-fa55fb42c56926fa18d480b6156de76c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/fire_039.png-ebc01bc56cb25d9a6797c1607b9fbf54.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Objects/Traps/Flame/Animation/fire_039.png"
dest_files=[ "res://.import/fire_039.png-ebc01bc56cb25d9a6797c1607b9fbf54.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Some files were not shown because too many files have changed in this diff Show More