diff --git a/credits/GodotCredits.gd b/credits/GodotCredits.gd index 532376c..76f0237 100644 --- a/credits/GodotCredits.gd +++ b/credits/GodotCredits.gd @@ -43,9 +43,6 @@ var credits = [ "Art", "MewTheNekomata", "TheSkyWinds" - ],[ - "Music", - "PLACEHOLDER" ],[ "Sound Effects", "\"Picked Coin Echo\" 1 & 2 by NenadSimic licensed CC-BY 3.0", @@ -55,8 +52,9 @@ var credits = [ "Developed with Godot Engine", "https://godotengine.org/license", "", - "Art created with Pixelorama", - "https://orama-interactive.itch.io/pixelorama" + "Art created with Pixelorama & Krita", + "https://orama-interactive.itch.io/pixelorama", + "https://krita.org/en/" ],[ "Special thanks", "The Game Smith for tileset", diff --git a/levels/levelOne/levelOne.tscn b/levels/levelOne/levelOne.tscn index aa89752..af2e311 100644 --- a/levels/levelOne/levelOne.tscn +++ b/levels/levelOne/levelOne.tscn @@ -133,9 +133,6 @@ position = Vector2(-338, 156) [node name="exitZone1" parent="." instance=ExtResource("5_r1egm")] position = Vector2(304, 1266) -[node name="fadeOut" parent="exitZone1" index="1"] -visible = false - [node name="Rock tutorial" type="Label" parent="."] offset_left = 78.0 offset_top = -381.0 @@ -173,14 +170,13 @@ color = Color(0.0214346, 0.0214346, 0.0214346, 1) [node name="Label" type="Label" parent="introAnimation"] z_index = 50 -offset_left = 267.0 +offset_left = 220.0 offset_top = 119.0 -offset_right = 460.0 -offset_bottom = 142.0 +offset_right = 467.0 +offset_bottom = 143.0 theme_override_fonts/font = ExtResource("7_dpa6y") text = "TEST PLACEHOLDER TEST" [connection signal="animation_finished" from="introAnimation" to="player" method="_on_intro_animation_animation_finished"] [editable path="player"] -[editable path="exitZone1"]