Skip to content

Commit 362254c

Browse files
committed
Create Initial State for application
Working is loading a (recursive) folder of images and then putting them in a bottom bar. Loading images is already non blocking using threads.
1 parent 2946ef6 commit 362254c

28 files changed

Lines changed: 1155 additions & 0 deletions

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Normalize EOL for all files that Git considers text files.
2+
* text=auto eol=lf

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Godot 4+ specific ignores
2+
.godot/

Application.theme

777 Bytes
Binary file not shown.

FileDialog.theme

688 Bytes
Binary file not shown.

MainApplication.tscn

Lines changed: 257 additions & 0 deletions
Large diffs are not rendered by default.
43.4 KB
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[remap]
2+
3+
importer="font_data_dynamic"
4+
type="FontFile"
5+
uid="uid://dinyhiwiyllcs"
6+
path="res://.godot/imported/Cantarell-Bold.ttf-bdb27ec8d4afa08128cee7b8fb45ca95.fontdata"
7+
8+
[deps]
9+
10+
source_file="res://assets/fonts/cantarell/Cantarell-Bold.ttf"
11+
dest_files=["res://.godot/imported/Cantarell-Bold.ttf-bdb27ec8d4afa08128cee7b8fb45ca95.fontdata"]
12+
13+
[params]
14+
15+
Rendering=null
16+
antialiasing=1
17+
generate_mipmaps=false
18+
multichannel_signed_distance_field=false
19+
msdf_pixel_range=8
20+
msdf_size=48
21+
allow_system_fallback=true
22+
force_autohinter=false
23+
hinting=1
24+
subpixel_positioning=1
25+
oversampling=0.0
26+
Fallbacks=null
27+
fallbacks=[]
28+
Compress=null
29+
compress=true
30+
preload=[]
31+
language_support={}
32+
script_support={}
33+
opentype_features={}
46.2 KB
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[remap]
2+
3+
importer="font_data_dynamic"
4+
type="FontFile"
5+
uid="uid://dtupjgoqcqfx6"
6+
path="res://.godot/imported/Cantarell-BoldItalic.ttf-92f5ff99399d505700ed767b753dc067.fontdata"
7+
8+
[deps]
9+
10+
source_file="res://assets/fonts/cantarell/Cantarell-BoldItalic.ttf"
11+
dest_files=["res://.godot/imported/Cantarell-BoldItalic.ttf-92f5ff99399d505700ed767b753dc067.fontdata"]
12+
13+
[params]
14+
15+
Rendering=null
16+
antialiasing=1
17+
generate_mipmaps=false
18+
multichannel_signed_distance_field=false
19+
msdf_pixel_range=8
20+
msdf_size=48
21+
allow_system_fallback=true
22+
force_autohinter=false
23+
hinting=1
24+
subpixel_positioning=1
25+
oversampling=0.0
26+
Fallbacks=null
27+
fallbacks=[]
28+
Compress=null
29+
compress=true
30+
preload=[]
31+
language_support={}
32+
script_support={}
33+
opentype_features={}
44.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)