mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Code Cleanup
- Removed most of the unused test sprites - Moved the other pictures to their objects - Removed sting, as it is marked as unused - Removed console "Hey." output
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://testSprites/slime.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Objects/Slime/slime.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Overlap/HurtHit_Box/Hurtbox.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://Objects/Slime/Slime.gd" type="Script" id=4]
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
[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/Slime/Slime.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://testSprites/slime.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Slime/slime.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Objects/Slime/slime_icon.png" type="Texture" id=8]
|
||||
|
||||
[sub_resource type="SpriteFrames" id=1]
|
||||
animations = [ {
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl0",
|
||||
"name": "lvl1",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 2 ) ],
|
||||
@@ -21,9 +21,9 @@ animations = [ {
|
||||
"name": "lvl2",
|
||||
"speed": 60.0
|
||||
}, {
|
||||
"frames": [ ExtResource( 3 ) ],
|
||||
"frames": [ ExtResource( 4 ) ],
|
||||
"loop": false,
|
||||
"name": "lvl1",
|
||||
"name": "lvl0",
|
||||
"speed": 60.0
|
||||
} ]
|
||||
|
||||
|
||||
BIN
src/Objects/Slime/slime.png
Normal file
BIN
src/Objects/Slime/slime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 870 B |
34
src/Objects/Slime/slime.png.import
Normal file
34
src/Objects/Slime/slime.png.import
Normal file
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/slime.png-4296fd3685c72f02a12d0a931a591428.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Objects/Slime/slime.png"
|
||||
dest_files=[ "res://.import/slime.png-4296fd3685c72f02a12d0a931a591428.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
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://testSprites/fackel.png" type="Texture" id=1]
|
||||
[ext_resource path="res://Objects/Torch/fakel/fakel_000.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]
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Objects/Banana/Banana.gd" type="Script" id=2]
|
||||
[ext_resource path="res://testSprites/Sting.png" type="Texture" id=3]
|
||||
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=4]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
radius = 6.77597
|
||||
height = 6.36237
|
||||
|
||||
[node name="Sting" type="Node2D"]
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="Kind" parent="." instance=ExtResource( 4 )]
|
||||
kind = 10
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 0.44072, -9.03499 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
[node name="Hitbox" parent="." instance=ExtResource( 1 )]
|
||||
collision_layer = 16
|
||||
|
||||
[node name="CollisionShape2D" parent="Hitbox" index="0"]
|
||||
position = Vector2( -0.771278, -0.110184 )
|
||||
rotation = 1.5708
|
||||
shape = SubResource( 1 )
|
||||
|
||||
[editable path="Hitbox"]
|
||||
@@ -1,52 +0,0 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://testSprites/Sting.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/Traps/Sting (UNUSED)/Sting.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="StingCard" 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"
|
||||
Reference in New Issue
Block a user