1
0

Added Project Image

This commit is contained in:
FoxSpellCaster
2025-01-11 17:40:14 -05:00
parent 8bf64058c2
commit cc7230eda5
20 changed files with 122 additions and 37 deletions

View File

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View File

@@ -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]

BIN
Assets/image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

34
Assets/image.jpg.import Normal file
View File

@@ -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

9
Assets/image.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.1 MiB

37
Assets/image.svg.import Normal file
View File

@@ -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

View File

@@ -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")]

6
Loops/Scenes/Star.tscn Normal file
View File

@@ -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")

View File

@@ -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

View File

@@ -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"]

View File

@@ -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")

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]

View File

@@ -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]