fossekleiva-ks-hackathon-demo/Credits.tscn
Daniel Løvbrøtte Olsen 915246cd2f inital
2019-09-25 21:35:43 +02:00

65 lines
1.8 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://obstacles/fly_1.tscn" type="PackedScene" id=1]
[ext_resource path="res://obstacles/fly_6.tscn" type="PackedScene" id=2]
[ext_resource path="res://Button.gd" type="Script" id=3]
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 0.902496
margin_right = 0.902466
[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_left = -2.0
margin_top = 5.22774
margin_right = 1016.0
margin_bottom = 602.228
text = "Designer - Syborg5001
Veileder - Daniel Olsen (daniel@dodsorf.as)
Musikk - Nep5040
emotinal support animal/beta tester-Sverre
Open Gameart
Extra Music:
https://opengameart.org/content/heroic-minority - Alexandr Zhelanov - CC-BY 3.0
https://opengameart.org/content/undercover - lifeasaghost - CC-BY 4.0
https://opengameart.org/content/depressed-of-happytown - Alexandr Zhelanov - CC-BY 3.0
Art
https://opengameart.org/content/unsealed-ghost - Ben Potter - CC-BY-SA 3.0
https://opengameart.org/content/glitch-ilmenskie-undergroundcave-terrain-svg - Tiny Speck - CC0
https://opengameart.org/content/background-5 - jkjkke - CC-BY 3.0
Sound Effects
https://opengameart.org/content/wind - IgnasD - CC-BY-SA 3.0
https://opengameart.org/content/death-sounds - Macro - CC-BY 3.0
https://opengameart.org/content/dripping-water - spookymodem - CC-BY 3.0"
[node name="Area2D" parent="RichTextLabel" instance=ExtResource( 1 )]
position = Vector2( 9.43651, 99.1113 )
[node name="Area2D" parent="." instance=ExtResource( 2 )]
position = Vector2( 767.407, 87.1507 )
[node name="Button" type="Button" parent="."]
margin_left = 768.0
margin_top = 421.0
margin_right = 923.0
margin_bottom = 483.0
text = "Back"
script = ExtResource( 3 )
[connection signal="pressed" from="Button" to="Button" method="_on_Button_pressed"]