Moved credits around & fixed first level a bit.
This commit is contained in:
parent
43b070dc93
commit
ec0374bd69
|
@ -43,9 +43,6 @@ var credits = [
|
||||||
"Art",
|
"Art",
|
||||||
"MewTheNekomata",
|
"MewTheNekomata",
|
||||||
"TheSkyWinds"
|
"TheSkyWinds"
|
||||||
],[
|
|
||||||
"Music",
|
|
||||||
"PLACEHOLDER"
|
|
||||||
],[
|
],[
|
||||||
"Sound Effects",
|
"Sound Effects",
|
||||||
"\"Picked Coin Echo\" 1 & 2 by NenadSimic licensed CC-BY 3.0",
|
"\"Picked Coin Echo\" 1 & 2 by NenadSimic licensed CC-BY 3.0",
|
||||||
|
@ -55,8 +52,9 @@ var credits = [
|
||||||
"Developed with Godot Engine",
|
"Developed with Godot Engine",
|
||||||
"https://godotengine.org/license",
|
"https://godotengine.org/license",
|
||||||
"",
|
"",
|
||||||
"Art created with Pixelorama",
|
"Art created with Pixelorama & Krita",
|
||||||
"https://orama-interactive.itch.io/pixelorama"
|
"https://orama-interactive.itch.io/pixelorama",
|
||||||
|
"https://krita.org/en/"
|
||||||
],[
|
],[
|
||||||
"Special thanks",
|
"Special thanks",
|
||||||
"The Game Smith for tileset",
|
"The Game Smith for tileset",
|
||||||
|
|
|
@ -133,9 +133,6 @@ position = Vector2(-338, 156)
|
||||||
[node name="exitZone1" parent="." instance=ExtResource("5_r1egm")]
|
[node name="exitZone1" parent="." instance=ExtResource("5_r1egm")]
|
||||||
position = Vector2(304, 1266)
|
position = Vector2(304, 1266)
|
||||||
|
|
||||||
[node name="fadeOut" parent="exitZone1" index="1"]
|
|
||||||
visible = false
|
|
||||||
|
|
||||||
[node name="Rock tutorial" type="Label" parent="."]
|
[node name="Rock tutorial" type="Label" parent="."]
|
||||||
offset_left = 78.0
|
offset_left = 78.0
|
||||||
offset_top = -381.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"]
|
[node name="Label" type="Label" parent="introAnimation"]
|
||||||
z_index = 50
|
z_index = 50
|
||||||
offset_left = 267.0
|
offset_left = 220.0
|
||||||
offset_top = 119.0
|
offset_top = 119.0
|
||||||
offset_right = 460.0
|
offset_right = 467.0
|
||||||
offset_bottom = 142.0
|
offset_bottom = 143.0
|
||||||
theme_override_fonts/font = ExtResource("7_dpa6y")
|
theme_override_fonts/font = ExtResource("7_dpa6y")
|
||||||
text = "TEST PLACEHOLDER TEST"
|
text = "TEST PLACEHOLDER TEST"
|
||||||
|
|
||||||
[connection signal="animation_finished" from="introAnimation" to="player" method="_on_intro_animation_animation_finished"]
|
[connection signal="animation_finished" from="introAnimation" to="player" method="_on_intro_animation_animation_finished"]
|
||||||
|
|
||||||
[editable path="player"]
|
[editable path="player"]
|
||||||
[editable path="exitZone1"]
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user