mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2026-03-22 00:26:23 +00:00
[Minimal] Visual update
This commit is contained in:
@@ -1,20 +1,14 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://source/entities/menu_player/player_node.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://source/scenes/GUI/background.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://source/assets/sprites/GUI/lan_logo.svg" type="Texture" id=3]
|
||||
[ext_resource path="res://source/fonts/oxygen/Oxygen-Bold.ttf" type="DynamicFontData" id=4]
|
||||
[ext_resource path="res://source/assets/sprites/GUI/logo_design/FUNCit_game_logo_dark_transparent.png" type="Texture" id=4]
|
||||
[ext_resource path="res://source/fonts/oxygen/oxygen_bold.tres" type="DynamicFont" id=5]
|
||||
[ext_resource path="res://source/assets/scripts/ui_element_handlers/main_menu.gd" type="Script" id=6]
|
||||
[ext_resource path="res://source/scenes/OVERLAY/elements/button.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://source/fonts/oxygen/oxygen_regular.tres" type="DynamicFont" id=8]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 100
|
||||
use_mipmaps = true
|
||||
use_filter = true
|
||||
font_data = ExtResource( 4 )
|
||||
|
||||
[node name="main_menu" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
@@ -37,20 +31,6 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="name" type="Label" parent="foreground"]
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
margin_left = -320.0
|
||||
margin_top = 350.0
|
||||
margin_right = 320.0
|
||||
margin_bottom = 477.0
|
||||
custom_fonts/font = SubResource( 1 )
|
||||
text = "NAME&LOGO"
|
||||
__meta__ = {
|
||||
"_edit_lock_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="play" parent="foreground" instance=ExtResource( 7 )]
|
||||
margin_left = 810.0
|
||||
margin_top = 500.0
|
||||
@@ -144,6 +124,11 @@ __meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="FunCitGameLogoDarkTransparent" type="Sprite" parent="."]
|
||||
position = Vector2( 980, 335 )
|
||||
scale = Vector2( 0.462963, 0.462963 )
|
||||
texture = ExtResource( 4 )
|
||||
|
||||
[connection signal="pressed" from="foreground/play" to="." method="_on_play_pressed"]
|
||||
[connection signal="pressed" from="foreground/LAN_party" to="." method="_on_LAN_party_pressed"]
|
||||
[connection signal="pressed" from="foreground/exit" to="." method="_on_exit_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user