From 9573d3ae4170f43f7f65224a16db7ad161a11e28 Mon Sep 17 00:00:00 2001 From: perivesta <> Date: Sat, 8 Jul 2023 15:53:37 +0200 Subject: add main menu, pause menu, basic level --- Assets/Images/Tab.png | Bin 0 -> 1187 bytes Assets/Images/Tab.png.import | 34 +++++++++++++++++++++ Assets/Images/icons8-esc-80.png | Bin 0 -> 1063 bytes Assets/Images/icons8-esc-80.png.import | 34 +++++++++++++++++++++ Assets/Images/icons8-maus-26.png | Bin 0 -> 465 bytes Assets/Images/icons8-maus-26.png.import | 34 +++++++++++++++++++++ Assets/Images/icons8-mausklick-links-26.png | Bin 0 -> 480 bytes Assets/Images/icons8-mausklick-links-26.png.import | 34 +++++++++++++++++++++ 8 files changed, 136 insertions(+) create mode 100644 Assets/Images/Tab.png create mode 100644 Assets/Images/Tab.png.import create mode 100644 Assets/Images/icons8-esc-80.png create mode 100644 Assets/Images/icons8-esc-80.png.import create mode 100644 Assets/Images/icons8-maus-26.png create mode 100644 Assets/Images/icons8-maus-26.png.import create mode 100644 Assets/Images/icons8-mausklick-links-26.png create mode 100644 Assets/Images/icons8-mausklick-links-26.png.import (limited to 'Assets/Images') diff --git a/Assets/Images/Tab.png b/Assets/Images/Tab.png new file mode 100644 index 0000000..0fbebc5 Binary files /dev/null and b/Assets/Images/Tab.png differ diff --git a/Assets/Images/Tab.png.import b/Assets/Images/Tab.png.import new file mode 100644 index 0000000..ec1d371 --- /dev/null +++ b/Assets/Images/Tab.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://x8v7h1k864pa" +path="res://.godot/imported/Tab.png-5a733af1e7a7340111a3d6726a04658f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Images/Tab.png" +dest_files=["res://.godot/imported/Tab.png-5a733af1e7a7340111a3d6726a04658f.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/Images/icons8-esc-80.png b/Assets/Images/icons8-esc-80.png new file mode 100644 index 0000000..994576d Binary files /dev/null and b/Assets/Images/icons8-esc-80.png differ diff --git a/Assets/Images/icons8-esc-80.png.import b/Assets/Images/icons8-esc-80.png.import new file mode 100644 index 0000000..d8efc5f --- /dev/null +++ b/Assets/Images/icons8-esc-80.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://di55k8elenqfw" +path="res://.godot/imported/icons8-esc-80.png-6abe945fccf15d605ca00ce7229a0d63.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Images/icons8-esc-80.png" +dest_files=["res://.godot/imported/icons8-esc-80.png-6abe945fccf15d605ca00ce7229a0d63.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/Images/icons8-maus-26.png b/Assets/Images/icons8-maus-26.png new file mode 100644 index 0000000..a91be1c Binary files /dev/null and b/Assets/Images/icons8-maus-26.png differ diff --git a/Assets/Images/icons8-maus-26.png.import b/Assets/Images/icons8-maus-26.png.import new file mode 100644 index 0000000..f2dd8f3 --- /dev/null +++ b/Assets/Images/icons8-maus-26.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1ctheqx77tb3" +path="res://.godot/imported/icons8-maus-26.png-eac52e0aec66b25032cf4b12cc5e31d1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Images/icons8-maus-26.png" +dest_files=["res://.godot/imported/icons8-maus-26.png-eac52e0aec66b25032cf4b12cc5e31d1.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/Images/icons8-mausklick-links-26.png b/Assets/Images/icons8-mausklick-links-26.png new file mode 100644 index 0000000..6e2917c Binary files /dev/null and b/Assets/Images/icons8-mausklick-links-26.png differ diff --git a/Assets/Images/icons8-mausklick-links-26.png.import b/Assets/Images/icons8-mausklick-links-26.png.import new file mode 100644 index 0000000..8072190 --- /dev/null +++ b/Assets/Images/icons8-mausklick-links-26.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c3hqr4uh3ekx5" +path="res://.godot/imported/icons8-mausklick-links-26.png-9c396c1623349363a01cb5d64adb8640.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://Assets/Images/icons8-mausklick-links-26.png" +dest_files=["res://.godot/imported/icons8-mausklick-links-26.png-9c396c1623349363a01cb5d64adb8640.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 -- cgit