mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-14 06:22:22 +02:00
Adjusted Credits and Loose Screen
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[sub_resource type="Animation" id=1]
|
[sub_resource type="Animation" id=1]
|
||||||
resource_name = "scroll"
|
resource_name = "scroll"
|
||||||
length = 14.0
|
length = 15.504
|
||||||
tracks/0/type = "value"
|
tracks/0/type = "value"
|
||||||
tracks/0/path = NodePath("Label:margin_top")
|
tracks/0/path = NodePath("Label:margin_top")
|
||||||
tracks/0/interp = 1
|
tracks/0/interp = 1
|
||||||
@@ -13,10 +13,10 @@ 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, 14 ),
|
"times": PoolRealArray( 0, 15.4 ),
|
||||||
"transitions": PoolRealArray( 1, 1 ),
|
"transitions": PoolRealArray( 1, 1 ),
|
||||||
"update": 0,
|
"update": 0,
|
||||||
"values": [ 200.0, -630 ]
|
"values": [ 200.0, -720 ]
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Credits" type="Node2D"]
|
[node name="Credits" type="Node2D"]
|
||||||
@@ -33,11 +33,16 @@ __meta__ = {
|
|||||||
|
|
||||||
[node name="Label" type="Label" parent="."]
|
[node name="Label" type="Label" parent="."]
|
||||||
margin_left = 10.0
|
margin_left = 10.0
|
||||||
margin_top = -630.0
|
margin_top = -713.381
|
||||||
margin_right = 40.0
|
margin_right = 40.0
|
||||||
margin_bottom = 14.0
|
margin_bottom = 14.0
|
||||||
custom_fonts/font = ExtResource( 1 )
|
custom_fonts/font = ExtResource( 1 )
|
||||||
text = "---- Team ----
|
text = "Boss Keeper
|
||||||
|
A Time Wasted Production
|
||||||
|
|
||||||
|
Game made for LD 46
|
||||||
|
|
||||||
|
---- Team ----
|
||||||
DerAnonymos
|
DerAnonymos
|
||||||
https://www.youtube.com/c/DerAnonymosLP
|
https://www.youtube.com/c/DerAnonymosLP
|
||||||
https://twitch.tv/deranonymos
|
https://twitch.tv/deranonymos
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ export(String, FILE, "*.tscn,*.scn") var title_screen = ""
|
|||||||
|
|
||||||
func _on_Restart_pressed():
|
func _on_Restart_pressed():
|
||||||
get_tree().change_scene(restart_scene)
|
get_tree().change_scene(restart_scene)
|
||||||
|
SoundControler.pub_stop_effects()
|
||||||
|
|
||||||
func _on_TitleScreen_pressed():
|
func _on_TitleScreen_pressed():
|
||||||
get_tree().change_scene(title_screen)
|
get_tree().change_scene(title_screen)
|
||||||
|
SoundControler.pub_stop_effects()
|
||||||
|
|||||||
Reference in New Issue
Block a user