Better improvments

This commit is contained in:
Diego 2020-07-23 19:51:49 -05:00
parent bc8052899d
commit d9974e54cf
13 changed files with 224 additions and 17 deletions

View file

@ -5,14 +5,14 @@ resource_name = "Hit"
length = 0.1 length = 0.1
step = 0.05 step = 0.05
tracks/0/type = "value" tracks/0/type = "value"
tracks/0/path = NodePath("../Skeleton Enemy/Demon2:modulate") tracks/0/path = NodePath("Skeleton:modulate")
tracks/0/interp = 1 tracks/0/interp = 1
tracks/0/loop_wrap = true tracks/0/loop_wrap = true
tracks/0/imported = false tracks/0/imported = false
tracks/0/enabled = true tracks/0/enabled = true
tracks/0/keys = { tracks/0/keys = {
"times": PoolRealArray( 0, 0.05, 0.1 ), "times": PoolRealArray( 0, 0.1 ),
"transitions": PoolRealArray( 1, 1, 1 ), "transitions": PoolRealArray( 1, 1 ),
"update": 0, "update": 0,
"values": [ Color( 0.980392, 0.529412, 0.529412, 1 ), Color( 10, 10, 10, 1 ), Color( 1, 1, 1, 1 ) ] "values": [ Color( 100, 100, 100, 1 ), Color( 1, 1, 1, 1 ) ]
} }

View file

@ -1,10 +1,10 @@
[gd_scene load_steps=9 format=2] [gd_scene load_steps=9 format=2]
[ext_resource path="res://Title/Quit 2.png" type="Texture" id=1] [ext_resource path="res://art/Quit 2.png" type="Texture" id=1]
[ext_resource path="res://Title/Play 2.png" type="Texture" id=2] [ext_resource path="res://Title/Play 2.png" type="Texture" id=2]
[ext_resource path="res://art/Paralax_loading_screen.png" type="Texture" id=3] [ext_resource path="res://art/Paralax_loading_screen.png" type="Texture" id=3]
[ext_resource path="res://Title/Play 1.png" type="Texture" id=4] [ext_resource path="res://Title/Play 1.png" type="Texture" id=4]
[ext_resource path="res://Title/Quit 1.png" type="Texture" id=5] [ext_resource path="res://art/Quit 1.png" type="Texture" id=5]
[ext_resource path="res://Title/Tilte.gd" type="Script" id=6] [ext_resource path="res://Title/Tilte.gd" type="Script" id=6]
[ext_resource path="res://Music and Fonts(Misc.)/m5x7.tres" type="DynamicFontData" id=7] [ext_resource path="res://Music and Fonts(Misc.)/m5x7.tres" type="DynamicFontData" id=7]
@ -41,11 +41,39 @@ __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }
[node name="Label2" type="Label" parent="MenuBackground"]
modulate = Color( 0, 0, 0, 1 )
margin_left = -101.0
margin_top = -59.0
margin_right = 94.0
margin_bottom = -11.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0.121569, 0.121569, 1 )
text = "The Crypt"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="MenuBackground"] [node name="Label" type="Label" parent="MenuBackground"]
margin_left = -100.0 modulate = Color( 0.411765, 0.184314, 0.184314, 1 )
margin_top = -60.0 margin_left = -99.0
margin_right = 95.0 margin_top = -61.0
margin_bottom = -12.0 margin_right = 96.0
margin_bottom = -13.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0.121569, 0.121569, 1 )
text = "The Crypt"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label3" type="Label" parent="MenuBackground"]
modulate = Color( 1, 0.0666667, 0, 1 )
self_modulate = Color( 0.980392, 0.380392, 0.380392, 1 )
margin_left = -97.0
margin_top = -65.1189
margin_right = 98.0
margin_bottom = -17.1189
custom_fonts/font = SubResource( 1 ) custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 0.121569, 0.121569, 1 ) custom_colors/font_color = Color( 1, 0.121569, 0.121569, 1 )
text = "The Crypt" text = "The Crypt"

View file

@ -52,7 +52,6 @@ one_shot = true
position = Vector2( 1, -1 ) position = Vector2( 1, -1 )
texture = ExtResource( 3 ) texture = ExtResource( 3 )
hframes = 8 hframes = 8
frame = 7
[node name="AnimationPlayer" type="AnimationPlayer" parent="."] [node name="AnimationPlayer" type="AnimationPlayer" parent="."]
autoplay = "Skeleton Jump" autoplay = "Skeleton Jump"

BIN
art/Quit 1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

34
art/Quit 1.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Quit 1.png-2366f44e4d9e63d41d21263ed1180c2f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/Quit 1.png"
dest_files=[ "res://.import/Quit 1.png-2366f44e4d9e63d41d21263ed1180c2f.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
art/Quit 2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

34
art/Quit 2.png.import Normal file
View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/Quit 2.png-7b68f0ae0fe0dcf7e6bb5be5bd04d423.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://art/Quit 2.png"
dest_files=[ "res://.import/Quit 2.png-7b68f0ae0fe0dcf7e6bb5be5bd04d423.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

@ -36,6 +36,7 @@ tracks/0/keys = {
} }
[sub_resource type="DynamicFont" id=4] [sub_resource type="DynamicFont" id=4]
size = 12
font_data = ExtResource( 8 ) font_data = ExtResource( 8 )
[node name="Level 1" type="Node"] [node name="Level 1" type="Node"]
@ -91,7 +92,7 @@ margin_top = 60.0
margin_right = 435.0 margin_right = 435.0
margin_bottom = 137.0 margin_bottom = 137.0
custom_fonts/font = SubResource( 1 ) custom_fonts/font = SubResource( 1 )
text = "Expirement with combo's, and craft the best magic for the situation." text = "Experiment with combo's, and craft the best magic for the situation."
align = 1 align = 1
valign = 1 valign = 1
autowrap = true autowrap = true
@ -159,7 +160,7 @@ margin_right = 90.0
margin_bottom = 76.0 margin_bottom = 76.0
rect_scale = Vector2( 3.25, 3.25 ) rect_scale = Vector2( 3.25, 3.25 )
custom_fonts/font = SubResource( 4 ) custom_fonts/font = SubResource( 4 )
text = "Leap of Faith" text = "Stage: 1 Leap of Faith"
align = 1 align = 1
valign = 1 valign = 1
percent_visible = 0.0 percent_visible = 0.0

File diff suppressed because one or more lines are too long

View file

@ -95,6 +95,7 @@ position = Vector2( 1120, 72 )
[node name="Player" parent="." instance=ExtResource( 1 )] [node name="Player" parent="." instance=ExtResource( 1 )]
position = Vector2( 431.5, 202 ) position = Vector2( 431.5, 202 )
collision_layer = 4
[node name="Area2D" type="Area2D" parent="."] [node name="Area2D" type="Area2D" parent="."]
script = ExtResource( 3 ) script = ExtResource( 3 )

View file

@ -20,7 +20,7 @@ color = Color( 0.564706, 0.564706, 0.564706, 1 )
position = Vector2( 128, 160 ) position = Vector2( 128, 160 )
[node name="Player" parent="." instance=ExtResource( 5 )] [node name="Player" parent="." instance=ExtResource( 5 )]
position = Vector2( 74, 158 ) position = Vector2( 74, 157 )
[node name="torch" parent="." instance=ExtResource( 4 )] [node name="torch" parent="." instance=ExtResource( 4 )]
position = Vector2( 85, 91 ) position = Vector2( 85, 91 )

View file

@ -6,7 +6,7 @@ var line1 = "Good, you've finally made it!"
var line2 = "This will be the final stage of your training." var line2 = "This will be the final stage of your training."
var line3 = "Even so, this final test will be no picnic..." var line3 = "Even so, this final test will be no picnic..."
var line4 = "I have faith in your abilities, my apprentice." var line4 = "I have faith in your abilities, my apprentice."
var line5 = "Go on ahead, I'll meet you at the end of The Labyrinth." var line5 = "Go on ahead, I'll meet you at the end of The Crypt."
var lines = [line0, line1, line2, line3, line4, line5] var lines = [line0, line1, line2, line3, line4, line5]
var line_number = 0 var line_number = 0

View file

@ -74,7 +74,7 @@ tracks/0/keys = {
"times": PoolRealArray( 0, 1.5 ), "times": PoolRealArray( 0, 1.5 ),
"transitions": PoolRealArray( 1, 1 ), "transitions": PoolRealArray( 1, 1 ),
"update": 0, "update": 0,
"values": [ 0.0, 1.0 ] "values": [ 0.103, 1.0 ]
} }
[sub_resource type="RectangleShape2D" id=4] [sub_resource type="RectangleShape2D" id=4]
@ -120,7 +120,7 @@ custom_fonts/font = SubResource( 6 )
align = 1 align = 1
valign = 1 valign = 1
autowrap = true autowrap = true
percent_visible = 0.0 percent_visible = 0.103
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
} }