diff --git a/icon.svg b/Assets/icon.svg similarity index 100% rename from icon.svg rename to Assets/icon.svg diff --git a/icon.svg.import b/Assets/icon.svg.import similarity index 76% rename from icon.svg.import rename to Assets/icon.svg.import index 4c900ba..62ae62c 100644 --- a/icon.svg.import +++ b/Assets/icon.svg.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://i0q2qo1705oc" -path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +path="res://.godot/imported/icon.svg-8193eb3d66a1b5143b8bb4c28c1dc139.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.svg" -dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] +source_file="res://Assets/icon.svg" +dest_files=["res://.godot/imported/icon.svg-8193eb3d66a1b5143b8bb4c28c1dc139.ctex"] [params] diff --git a/Assets/image.jpg b/Assets/image.jpg new file mode 100644 index 0000000..829bc5f Binary files /dev/null and b/Assets/image.jpg differ diff --git a/Assets/image.jpg.import b/Assets/image.jpg.import new file mode 100644 index 0000000..2489201 --- /dev/null +++ b/Assets/image.jpg.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cld18nqh17byc" +path="res://.godot/imported/image.jpg-c0ce57a2d534111ace8bb1a1511f79ef.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/image.jpg" +dest_files=["res://.godot/imported/image.jpg-c0ce57a2d534111ace8bb1a1511f79ef.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/Assets/image.svg b/Assets/image.svg new file mode 100644 index 0000000..aa5cdba --- /dev/null +++ b/Assets/image.svg @@ -0,0 +1,9 @@ + + image + + + + + + \ No newline at end of file diff --git a/Assets/image.svg.import b/Assets/image.svg.import new file mode 100644 index 0000000..7727c60 --- /dev/null +++ b/Assets/image.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du8gf5veue38s" +path="res://.godot/imported/image.svg-1a642e7c53c8b90fba36ab90c186940f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/image.svg" +dest_files=["res://.godot/imported/image.svg-1a642e7c53c8b90fba36ab90c186940f.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/Loops/Scenes/Loops.tscn b/Loops/Scenes/Loops.tscn index 269179b..1b1c44f 100644 --- a/Loops/Scenes/Loops.tscn +++ b/Loops/Scenes/Loops.tscn @@ -1,10 +1,9 @@ [gd_scene load_steps=3 format=3 uid="uid://ca4ilsycpp4su"] [ext_resource type="Script" uid="uid://cag5s4yohpx7r" path="res://Loops/Scripts/Loops.gd" id="1_18ujs"] -[ext_resource type="Texture2D" uid="uid://0smkcrhbdvc1" path="res://Loops/Assets/Star.png" id="2_aidhk"] +[ext_resource type="PackedScene" uid="uid://dkqrjahyouim0" path="res://Loops/Scenes/Star.tscn" id="2_jwddc"] [node name="Main" type="Node2D"] script = ExtResource("1_18ujs") -[node name="Star" type="Sprite2D" parent="."] -texture = ExtResource("2_aidhk") +[node name="Star" parent="." instance=ExtResource("2_jwddc")] diff --git a/Loops/Scenes/Star.tscn b/Loops/Scenes/Star.tscn new file mode 100644 index 0000000..97e93df --- /dev/null +++ b/Loops/Scenes/Star.tscn @@ -0,0 +1,6 @@ +[gd_scene load_steps=2 format=3 uid="uid://dkqrjahyouim0"] + +[ext_resource type="Texture2D" uid="uid://0smkcrhbdvc1" path="res://Loops/Assets/Star.png" id="1_gyrgl"] + +[node name="Star" type="Sprite2D"] +texture = ExtResource("1_gyrgl") diff --git a/addons/Todo_Manager/UI/ColourPicker.tscn b/addons/Todo_Manager/UI/ColourPicker.tscn index 650899f..09850df 100644 --- a/addons/Todo_Manager/UI/ColourPicker.tscn +++ b/addons/Todo_Manager/UI/ColourPicker.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bie1xn8v1kd66"] -[ext_resource type="Script" path="res://addons/Todo_Manager/ColourPicker.gd" id="1"] +[ext_resource type="Script" uid="uid://ciy7u3difbg4l" path="res://Addons/Todo_Manager/ColourPicker.gd" id="1"] [node name="TODOColour" type="HBoxContainer"] offset_right = 105.0 diff --git a/addons/Todo_Manager/UI/Dock.tscn b/addons/Todo_Manager/UI/Dock.tscn index 096662a..7fa27bc 100644 --- a/addons/Todo_Manager/UI/Dock.tscn +++ b/addons/Todo_Manager/UI/Dock.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=6 format=3 uid="uid://b6k0dtftankcx"] -[ext_resource type="Script" path="res://addons/Todo_Manager/Dock.gd" id="1"] -[ext_resource type="Script" path="res://addons/Todo_Manager/Project.gd" id="2"] -[ext_resource type="Script" path="res://addons/Todo_Manager/Current.gd" id="3"] +[ext_resource type="Script" uid="uid://pq4ddvki3jnc" path="res://Addons/Todo_Manager/Dock.gd" id="1"] +[ext_resource type="Script" uid="uid://bo8rothyfqqk0" path="res://Addons/Todo_Manager/Project.gd" id="2"] +[ext_resource type="Script" uid="uid://o26fpqhak4e7" path="res://Addons/Todo_Manager/Current.gd" id="3"] [sub_resource type="ButtonGroup" id="ButtonGroup_kqxcu"] diff --git a/addons/Todo_Manager/UI/Pattern.tscn b/addons/Todo_Manager/UI/Pattern.tscn index fb45615..84aeb4b 100644 --- a/addons/Todo_Manager/UI/Pattern.tscn +++ b/addons/Todo_Manager/UI/Pattern.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://bx11sel2q5wli"] -[ext_resource type="Script" path="res://addons/Todo_Manager/Pattern.gd" id="1"] +[ext_resource type="Script" uid="uid://bq7l83gnjuh1b" path="res://Addons/Todo_Manager/Pattern.gd" id="1"] [node name="Pattern" type="HBoxContainer"] script = ExtResource("1") diff --git a/addons/Todo_Manager/doc/images/Instruct1.png.import b/addons/Todo_Manager/doc/images/Instruct1.png.import index 77a9a2a..9795aa0 100644 --- a/addons/Todo_Manager/doc/images/Instruct1.png.import +++ b/addons/Todo_Manager/doc/images/Instruct1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c62nixytt8ktg" -path="res://.godot/imported/Instruct1.png-698c6faa3ef3ac4960807faa3e028bd6.ctex" +path="res://.godot/imported/Instruct1.png-7c1b433fff5372b7849572019c810815.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/Instruct1.png" -dest_files=["res://.godot/imported/Instruct1.png-698c6faa3ef3ac4960807faa3e028bd6.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/Instruct1.png" +dest_files=["res://.godot/imported/Instruct1.png-7c1b433fff5372b7849572019c810815.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/Instruct2.png.import b/addons/Todo_Manager/doc/images/Instruct2.png.import index bd8ea60..34741d7 100644 --- a/addons/Todo_Manager/doc/images/Instruct2.png.import +++ b/addons/Todo_Manager/doc/images/Instruct2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://do8gas8ky1f0w" -path="res://.godot/imported/Instruct2.png-4e8664e49d00a397bbd539f7dee976ff.ctex" +path="res://.godot/imported/Instruct2.png-b5939987800018deeac705977d54737b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/Instruct2.png" -dest_files=["res://.godot/imported/Instruct2.png-4e8664e49d00a397bbd539f7dee976ff.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/Instruct2.png" +dest_files=["res://.godot/imported/Instruct2.png-b5939987800018deeac705977d54737b.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/Instruct3.png.import b/addons/Todo_Manager/doc/images/Instruct3.png.import index a34a73c..b590ecd 100644 --- a/addons/Todo_Manager/doc/images/Instruct3.png.import +++ b/addons/Todo_Manager/doc/images/Instruct3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://w1pqsoc78kvw" -path="res://.godot/imported/Instruct3.png-3cc62ed99bf29d90b803cb8eb40881e9.ctex" +path="res://.godot/imported/Instruct3.png-9a611c9493693e21554bc8cba4df7782.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/Instruct3.png" -dest_files=["res://.godot/imported/Instruct3.png-3cc62ed99bf29d90b803cb8eb40881e9.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/Instruct3.png" +dest_files=["res://.godot/imported/Instruct3.png-9a611c9493693e21554bc8cba4df7782.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/Instruct4.png.import b/addons/Todo_Manager/doc/images/Instruct4.png.import index 6219fdb..eb93d5c 100644 --- a/addons/Todo_Manager/doc/images/Instruct4.png.import +++ b/addons/Todo_Manager/doc/images/Instruct4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dikcjee6ddfbi" -path="res://.godot/imported/Instruct4.png-bf5aa1cffc066175cecf9281b0774809.ctex" +path="res://.godot/imported/Instruct4.png-dc2ad4813e44a9bba7f3a6a491a59a12.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/Instruct4.png" -dest_files=["res://.godot/imported/Instruct4.png-bf5aa1cffc066175cecf9281b0774809.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/Instruct4.png" +dest_files=["res://.godot/imported/Instruct4.png-dc2ad4813e44a9bba7f3a6a491a59a12.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/Instruct5.png.import b/addons/Todo_Manager/doc/images/Instruct5.png.import index 0b5904a..4797599 100644 --- a/addons/Todo_Manager/doc/images/Instruct5.png.import +++ b/addons/Todo_Manager/doc/images/Instruct5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c8cknccx8n5f5" -path="res://.godot/imported/Instruct5.png-001538ed8b5682dcf232de08035aab38.ctex" +path="res://.godot/imported/Instruct5.png-fbb097d06cb9aefb4a33978a0526ef31.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/Instruct5.png" -dest_files=["res://.godot/imported/Instruct5.png-001538ed8b5682dcf232de08035aab38.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/Instruct5.png" +dest_files=["res://.godot/imported/Instruct5.png-fbb097d06cb9aefb4a33978a0526ef31.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/TODO_Manager_Logo.png.import b/addons/Todo_Manager/doc/images/TODO_Manager_Logo.png.import index 2282ac0..f6800b1 100644 --- a/addons/Todo_Manager/doc/images/TODO_Manager_Logo.png.import +++ b/addons/Todo_Manager/doc/images/TODO_Manager_Logo.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xr2aa04qg3tp" -path="res://.godot/imported/TODO_Manager_Logo.png-e07d7ec75201c66b732ef87ec1bece15.ctex" +path="res://.godot/imported/TODO_Manager_Logo.png-ebcafa7d3da2b26e6cd7fc5e03951f15.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/TODO_Manager_Logo.png" -dest_files=["res://.godot/imported/TODO_Manager_Logo.png-e07d7ec75201c66b732ef87ec1bece15.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/TODO_Manager_Logo.png" +dest_files=["res://.godot/imported/TODO_Manager_Logo.png-ebcafa7d3da2b26e6cd7fc5e03951f15.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/example1.png.import b/addons/Todo_Manager/doc/images/example1.png.import index a3c767f..f2de0b2 100644 --- a/addons/Todo_Manager/doc/images/example1.png.import +++ b/addons/Todo_Manager/doc/images/example1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dm4238rk6sken" -path="res://.godot/imported/example1.png-6386c332ca46e1e62ea061b956a901cd.ctex" +path="res://.godot/imported/example1.png-6db1e3470ed3eac2ca37cca9e582ebf6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/example1.png" -dest_files=["res://.godot/imported/example1.png-6386c332ca46e1e62ea061b956a901cd.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/example1.png" +dest_files=["res://.godot/imported/example1.png-6db1e3470ed3eac2ca37cca9e582ebf6.ctex"] [params] diff --git a/addons/Todo_Manager/doc/images/example2.png.import b/addons/Todo_Manager/doc/images/example2.png.import index f64d608..3e47df6 100644 --- a/addons/Todo_Manager/doc/images/example2.png.import +++ b/addons/Todo_Manager/doc/images/example2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b6ovpc52txvtv" -path="res://.godot/imported/example2.png-2e3a8f9cd1e178daf22b83dc0513f37a.ctex" +path="res://.godot/imported/example2.png-0046857a3339eb746a7eaf4a95276eba.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://addons/Todo_Manager/doc/images/example2.png" -dest_files=["res://.godot/imported/example2.png-2e3a8f9cd1e178daf22b83dc0513f37a.ctex"] +source_file="res://Addons/Todo_Manager/doc/images/example2.png" +dest_files=["res://.godot/imported/example2.png-0046857a3339eb746a7eaf4a95276eba.ctex"] [params] diff --git a/project.godot b/project.godot index 5af47fc..f48794c 100644 --- a/project.godot +++ b/project.godot @@ -11,9 +11,9 @@ config_version=5 [application] config/name="GodotMiniProjects" -run/main_scene="uid://2ods25xi0dka" +config/description="a collection of Godot Projects." config/features=PackedStringArray("4.4", "Forward Plus") -config/icon="res://icon.svg" +config/icon="uid://du8gf5veue38s" [dotnet]