From 9582526e24077f1d6f050f86fde5eeae48fb9f0d Mon Sep 17 00:00:00 2001 From: GitCosm0s <62360565+GitCosm0s@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:33:21 -0500 Subject: [PATCH] Added original files/folder organization --- project.godot | 2 +- testscene.tscn | 3 --- title.tscn | 47 ----------------------------------------------- 3 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 testscene.tscn delete mode 100644 title.tscn diff --git a/project.godot b/project.godot index 4c49a71..851e8d0 100644 --- a/project.godot +++ b/project.godot @@ -17,7 +17,7 @@ compatibility/default_parent_skeleton_in_mesh_instance_3d=true config/name="Tux Typing Plus" run/main_scene="uid://crqsl4b6r12bj" config/features=PackedStringArray("4.6", "Mobile") -config/icon="res://icon.svg" +config/icon="uid://cicpbsmd3i1x4" [display] diff --git a/testscene.tscn b/testscene.tscn deleted file mode 100644 index 5b0c4ca..0000000 --- a/testscene.tscn +++ /dev/null @@ -1,3 +0,0 @@ -[gd_scene format=3 uid="uid://crqsl4b6r12bj"] - -[node name="testscene" type="Node2D"] diff --git a/title.tscn b/title.tscn deleted file mode 100644 index 6ffabc3..0000000 --- a/title.tscn +++ /dev/null @@ -1,47 +0,0 @@ -[gd_scene load_steps=6 format=3 uid="uid://efrp36k4fauj"] - -[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"] - -[node name="ColorRect" type="ColorRect" parent="."] -offset_right = 1152.0 -offset_bottom = 643.0 - -[node name="background" type="TextureRect" parent="."] -material = SubResource("ShaderMaterial_7lgly") -offset_right = 1147.0 -offset_bottom = 645.0 -texture = ExtResource("2_3xoar") -stretch_mode = 1 - -[node name="title" type="TextureRect" parent="."] -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="."] -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