From 4eecc080c09caa154912b5fc06c490dcbcd1df78 Mon Sep 17 00:00:00 2001 From: Harmony Honey Date: Thu, 25 Aug 2022 14:59:40 -0400 Subject: [PATCH] credits url (: --- project.godot | 2 +- src/menu/credits.tscn | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/project.godot b/project.godot index 140ad14..2a60ba5 100644 --- a/project.godot +++ b/project.godot @@ -76,7 +76,7 @@ _global_script_class_icons={ config/name="Tiny Crate" config/description="Tiny Crate by Harmony Honey -HarmonyHunnie.com" +hhoney.net" run/main_scene="res://src/menu/splash.tscn" config/icon="res://media/image/icon.png" config/windows_native_icon="res://media/image/icon_gimp.ico" diff --git a/src/menu/credits.tscn b/src/menu/credits.tscn index 5fe7bf1..adad951 100644 --- a/src/menu/credits.tscn +++ b/src/menu/credits.tscn @@ -17,8 +17,8 @@ bus = "SFX" margin_top = 11.0 margin_right = 227.0 margin_bottom = 118.0 -custom_fonts/font = ExtResource( 1 ) custom_colors/font_color = Color( 1, 0.945098, 0.909804, 1 ) +custom_fonts/font = ExtResource( 1 ) text = "Tiny Crate by Harmony Honey @@ -28,11 +28,8 @@ Using fonts: m3x6, m5x7, m6x11 by Daniel Linssen -visit HarmonyHunnie.com for more! <3" +visit hhoney.net for more! <3" align = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="c" type="Sprite" parent="."] position = Vector2( 12, 12 ) @@ -46,10 +43,10 @@ margin_left = 11.0 margin_top = -6.0 margin_right = 39.0 margin_bottom = 7.0 -custom_fonts/font = ExtResource( 2 ) custom_colors/font_color = Color( 1, 0.945098, 0.909804, 1 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_constants/shadow_as_outline = 1 +custom_fonts/font = ExtResource( 2 ) text = "back" __meta__ = { "_edit_use_anchors_": false