Added original files/folder organization

This commit is contained in:
GitCosm0s
2026-02-07 12:28:45 -05:00
parent 76ddcde22e
commit e53cecc95f
2464 changed files with 174131 additions and 1 deletions

47
scenes/menu/title.tscn Normal file
View File

@@ -0,0 +1,47 @@
[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

43
scenes/objects/comet.tscn Normal file
View File

@@ -0,0 +1,43 @@
[gd_scene format=3 uid="uid://bxhyh5xkl8o31"]
[ext_resource type="Texture2D" uid="uid://bfhijtgf8gfq5" path="res://original data/images/comets/comet1.svg" id="1_k3nfo"]
[ext_resource type="Texture2D" uid="uid://bsa3mto3d4240" path="res://original data/images/comets/comet2.svg" id="2_y71x0"]
[ext_resource type="Texture2D" uid="uid://birp1wvovf4ti" path="res://original data/images/comets/comet3.svg" id="3_hx85f"]
[ext_resource type="Texture2D" uid="uid://bd7b3e43u8l1g" path="res://original data/images/comets/cometex1.png" id="4_boty6"]
[ext_resource type="Texture2D" uid="uid://bgq4uyobibfoe" path="res://original data/images/comets/cometex2.png" id="5_r0eex"]
[sub_resource type="SpriteFrames" id="SpriteFrames_ggplc"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_k3nfo")
}, {
"duration": 1.0,
"texture": ExtResource("2_y71x0")
}, {
"duration": 1.0,
"texture": ExtResource("3_hx85f")
}],
"loop": true,
"name": &"comet",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("4_boty6")
}, {
"duration": 1.0,
"texture": ExtResource("5_r0eex")
}],
"loop": true,
"name": &"cometbreak",
"speed": 5.0
}]
[node name="Node2D" type="Node2D" unique_id=1878661663]
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="." unique_id=1849187873]
position = Vector2(0, -1)
sprite_frames = SubResource("SpriteFrames_ggplc")
animation = &"comet"
frame_progress = 0.69607645

58
scenes/stages/space.tscn Normal file
View File

@@ -0,0 +1,58 @@
[gd_scene format=3 uid="uid://crqsl4b6r12bj"]
[ext_resource type="Texture2D" uid="uid://dshpn3ffg3bch" path="res://original data/images/backgrounds/0.jpg" id="1_0dm1f"]
[ext_resource type="Texture2D" uid="uid://bbkh4j3m3shen" path="res://original data/images/backgrounds/1.jpg" id="2_mrs3p"]
[ext_resource type="Texture2D" uid="uid://ct3wtnv7x5xaj" path="res://original data/images/backgrounds/2.jpg" id="3_b7iwx"]
[ext_resource type="Texture2D" uid="uid://dr6mr17rx4y7h" path="res://original data/images/backgrounds/3.jpg" id="4_yr6gw"]
[ext_resource type="Texture2D" uid="uid://ceru4b6h70yfj" path="res://original data/images/backgrounds/4.jpg" id="5_mlrgx"]
[sub_resource type="SpriteFrames" id="SpriteFrames_3vlqv"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_0dm1f")
}],
"loop": true,
"name": &"1",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_mrs3p")
}],
"loop": true,
"name": &"2",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_b7iwx")
}],
"loop": true,
"name": &"3",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("4_yr6gw")
}],
"loop": true,
"name": &"4",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("5_mlrgx")
}],
"loop": true,
"name": &"5",
"speed": 5.0
}]
[node name="Spacee" type="Node2D" unique_id=1066691061]
[node name="Background" type="AnimatedSprite2D" parent="." unique_id=320385091]
position = Vector2(577.125, 324.5)
scale = Vector2(0.9029297, 0.6396485)
sprite_frames = SubResource("SpriteFrames_3vlqv")
animation = &"1"