diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-08-05 22:26:17 -0400 |
| commit | f38880a49047aeea9ff55a3f1fd13701688ca56f (patch) | |
| tree | f282ab1f7636ded4765a3e6f33e16e3824b6bb96 /menu/Menu.tscn | |
| parent | 0fdf6eebba1723f3d05e668d78bdc7669e679486 (diff) | |
| download | frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.gz frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.tar.bz2 frivolous-run-f38880a49047aeea9ff55a3f1fd13701688ca56f.zip | |
New logo, pause, made more controls
Diffstat (limited to 'menu/Menu.tscn')
| -rw-r--r-- | menu/Menu.tscn | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/menu/Menu.tscn b/menu/Menu.tscn index 888312c..26c265d 100644 --- a/menu/Menu.tscn +++ b/menu/Menu.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=2] [ext_resource path="res://menu/Menu.gd" type="Script" id=1] -[ext_resource path="res://assets/images/text236.png" type="Texture" id=2] +[ext_resource path="res://assets/images/frivorun-logo.png" type="Texture" id=2] [node name="Menu" type="MarginContainer"] anchor_right = 1.0 @@ -15,51 +15,51 @@ margin_right = 1280.0 margin_bottom = 720.0 [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"] -margin_left = 429.0 -margin_top = 272.0 -margin_right = 850.0 -margin_bottom = 448.0 +margin_left = 408.0 +margin_top = 223.0 +margin_right = 871.0 +margin_bottom = 497.0 [node name="Logo" type="TextureRect" parent="CenterContainer/VBoxContainer"] -margin_right = 421.0 -margin_bottom = 60.0 +margin_right = 463.0 +margin_bottom = 158.0 texture = ExtResource( 2 ) [node name="Play" type="Button" parent="CenterContainer/VBoxContainer"] -margin_top = 64.0 -margin_right = 421.0 -margin_bottom = 84.0 +margin_top = 162.0 +margin_right = 463.0 +margin_bottom = 182.0 text = "Play" [node name="Credits" type="Button" parent="CenterContainer/VBoxContainer"] -margin_top = 88.0 -margin_right = 421.0 -margin_bottom = 108.0 +margin_top = 186.0 +margin_right = 463.0 +margin_bottom = 206.0 text = "Credits" [node name="Quit" type="Button" parent="CenterContainer/VBoxContainer"] -margin_top = 112.0 -margin_right = 421.0 -margin_bottom = 132.0 +margin_top = 210.0 +margin_right = 463.0 +margin_bottom = 230.0 text = "Quit" [node name="HSeparator" type="HSeparator" parent="CenterContainer/VBoxContainer"] modulate = Color( 1, 1, 1, 0 ) -margin_top = 136.0 -margin_right = 421.0 -margin_bottom = 140.0 +margin_top = 234.0 +margin_right = 463.0 +margin_bottom = 238.0 [node name="About" type="Label" parent="CenterContainer/VBoxContainer"] -margin_top = 144.0 -margin_right = 421.0 -margin_bottom = 158.0 +margin_top = 242.0 +margin_right = 463.0 +margin_bottom = 256.0 text = "Made for the bits & Bytes Unofficial Game Jam! August 2022." align = 1 [node name="Copyright" type="Label" parent="CenterContainer/VBoxContainer"] -margin_top = 162.0 -margin_right = 421.0 -margin_bottom = 176.0 +margin_top = 260.0 +margin_right = 463.0 +margin_bottom = 274.0 text = "(c) Copyright 2022 Andrew Lee. Powered by the Godot Engine." align = 1 |
