diff --git a/project.godot b/project.godot index 851e8d0..d2c256e 100644 --- a/project.godot +++ b/project.godot @@ -15,13 +15,14 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true [application] config/name="Tux Typing Plus" -run/main_scene="uid://crqsl4b6r12bj" +run/main_scene="uid://c536b5suvq3ep" config/features=PackedStringArray("4.6", "Mobile") config/icon="uid://cicpbsmd3i1x4" [display] -window/stretch/mode="viewport" +window/size/viewport_width=1280 +window/size/viewport_height=720 [rendering] diff --git a/scenes/menu/title.tscn b/scenes/menu/title.tscn deleted file mode 100644 index df07532..0000000 --- a/scenes/menu/title.tscn +++ /dev/null @@ -1,47 +0,0 @@ -[gd_scene format=3 uid="uid://c55x8omw04pov"] - -[ext_resource type="Shader" path="res://scroll.gdshader" id="1_kpexm"] -[ext_resource type="Texture2D" uid="uid://db557qcd1godx" path="res://textures/scrolbackground.png" id="2_3xoar"] -[ext_resource type="Texture2D" uid="uid://dew71sa7dwdnc" path="res://textures/tux typing +.png" id="3_mom7w"] - -[sub_resource type="ShaderMaterial" id="ShaderMaterial_7lgly"] -shader = ExtResource("1_kpexm") -shader_parameter/speed = 0.1 - -[sub_resource type="LabelSettings" id="LabelSettings_kpexm"] -font_size = 88 -outline_size = 30 -outline_color = Color(0.97571033, 0.39818302, 0.64404315, 1) -shadow_size = 32 -shadow_color = Color(0.9254902, 0.38039216, 0.6666667, 1) -shadow_offset = Vector2(9.8, 5.495) - -[node name="Node2D" type="Node2D" unique_id=1339304157] - -[node name="ColorRect" type="ColorRect" parent="." unique_id=630609451] -offset_right = 1153.0 -offset_bottom = 650.0 - -[node name="background" type="TextureRect" parent="." unique_id=1445482887] -material = SubResource("ShaderMaterial_7lgly") -offset_right = 1152.0 -offset_bottom = 649.0 -texture = ExtResource("2_3xoar") -stretch_mode = 1 - -[node name="title" type="TextureRect" parent="." unique_id=10081208] -offset_left = 113.0 -offset_top = -139.0 -offset_right = 1127.0935 -offset_bottom = 624.0 -texture = ExtResource("3_mom7w") - -[node name="Label" type="Label" parent="." unique_id=1454591183] -offset_left = 508.0 -offset_top = 445.0 -offset_right = 813.0 -offset_bottom = 566.0 -scale = Vector2(0.5, 0.5) -text = "Start!" -label_settings = SubResource("LabelSettings_kpexm") -horizontal_alignment = 1